created object adder app
This commit is contained in:
parent
8e855e0748
commit
594712650c
15 changed files with 71 additions and 4 deletions
10
invsystem/object_adder/admin.py
Normal file
10
invsystem/object_adder/admin.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from django.contrib import admin
|
||||
from .models import Object
|
||||
|
||||
|
||||
class ObjectAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Object, ObjectAdmin)
|
||||
Loading…
Add table
Add a link
Reference in a new issue