forked from uncloud/uncloud
phase in configuration - move address to base
This commit is contained in:
parent
fe4e200dc0
commit
bbc7625550
22 changed files with 668 additions and 300 deletions
|
|
@ -7,6 +7,8 @@ from django.contrib.auth import get_user_model
|
|||
from django.conf import settings
|
||||
|
||||
from uncloud_pay.models import BillingAddress, RecurringPeriod, Product
|
||||
from uncloud_net.models import UncloudNetwork
|
||||
from uncloud.models import UncloudProvider
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
@ -37,3 +39,6 @@ class Command(BaseCommand):
|
|||
BillingAddress.populate_db_defaults()
|
||||
RecurringPeriod.populate_db_defaults()
|
||||
Product.populate_db_defaults()
|
||||
|
||||
UncloudNetwork.populate_db_defaults()
|
||||
UncloudProvider.populate_db_defaults()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue