updated imports to reflect new layout
This commit is contained in:
parent
c9e600e42c
commit
4b87c51251
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from conference.models import Conference, Section
|
||||
from symposion.conference.models import Conference, Section
|
||||
|
||||
|
||||
admin.site.register(Conference, list_display=("title", "start_date", "end_date"))
|
||||
|
|
Loading…
Reference in a new issue