BDSProfile: enable the default admin
This commit is contained in:
parent
53efb4b542
commit
e2a7e1f6de
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
# Register your models here.
|
||||
from django.contrib import admin
|
||||
|
||||
from bds.models import BDSProfile
|
||||
|
||||
admin.site.register(BDSProfile)
|
||||
|
|
Loading…
Reference in a new issue