forked from uncloud/uncloud
Wire VMProduct creation to order
This commit is contained in:
parent
b2fe5014d8
commit
809a55e1dd
3 changed files with 30 additions and 8 deletions
|
|
@ -3,6 +3,7 @@ from django.contrib.auth import get_user_model
|
|||
import uuid
|
||||
|
||||
from uncloud_pay.models import Product, RecurringPeriod
|
||||
import uncloud_pay.models as pay_models
|
||||
|
||||
|
||||
class VMHost(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue