BDSProfile: enable the default admin

This commit is contained in:
Martin Pépin 2019-10-06 18:48:37 +02:00
parent 53efb4b542
commit e2a7e1f6de
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -1 +1,5 @@
# Register your models here.
from django.contrib import admin
from bds.models import BDSProfile
admin.site.register(BDSProfile)