restructure to move uncloudnetwork into core
This commit is contained in:
parent
8959bc6ad5
commit
20c7c86703
8 changed files with 130 additions and 47 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import UncloudNetwork
|
||||
|
||||
for m in [ UncloudNetwork ]:
|
||||
admin.site.register(m)
|
||||
# for m in [ UncloudNetwork ]:
|
||||
# admin.site.register(m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue