forked from uncloud/uncloud
vmhosts, restructure urls, etc.
This commit is contained in:
parent
d4b170f813
commit
c7ded96658
9 changed files with 134 additions and 47 deletions
|
|
@ -39,7 +39,9 @@ class VMProduct(models.Model):
|
|||
editable=False)
|
||||
vmhost = models.ForeignKey(VMHost,
|
||||
on_delete=models.CASCADE,
|
||||
editable=False)
|
||||
editable=False,
|
||||
blank=True,
|
||||
null=True)
|
||||
|
||||
cores = models.IntegerField()
|
||||
ram_in_gb = models.FloatField()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue