cleanup migrations
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
ed40b21d16
commit
f7b14bf507
22 changed files with 148 additions and 198 deletions
|
|
@ -1,3 +1,7 @@
|
|||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from uncloud_vm.models import *
|
||||
|
||||
admin.site.register(VMProduct)
|
||||
admin.site.register(VMDiskProduct)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue