forked from uncloud/uncloud
Quickly wire vm creation to orders
This commit is contained in:
parent
b1649a6228
commit
ef5e7e8035
4 changed files with 21 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ class Order(models.Model):
|
|||
editable=False)
|
||||
|
||||
creation_date = models.DateTimeField(auto_now_add=True)
|
||||
starting_date = models.DateTimeField()
|
||||
starting_date = models.DateTimeField(auto_now_add=True)
|
||||
ending_date = models.DateTimeField(blank=True,
|
||||
null=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue