[collector admin] register Teil model in admin
This commit is contained in:
parent
6214610edc
commit
1870d50ccf
1 changed files with 5 additions and 0 deletions
5
collector/admin.py
Normal file
5
collector/admin.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import Teil
|
||||
|
||||
admin.site.register(Teil)
|
Loading…
Add table
Reference in a new issue