forked from uncloud/uncloud
restructure to move uncloudnetwork into core
This commit is contained in:
parent
8959bc6ad5
commit
20c7c86703
8 changed files with 130 additions and 47 deletions
|
|
@ -7,8 +7,7 @@ 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
|
||||
from uncloud.models import UncloudProvider, UncloudNetwork
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue