Move Event and Registration model to own app
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
|
||||
from django.contrib import admin
|
||||
from webapp.models import Official, Role, Committee
|
||||
from webapp.models import Feed, Tag, BaseFeed, Event, Registration
|
||||
from webapp.models import Feed, Tag, BaseFeed
|
||||
from signup.models import Event, Registration
|
||||
from modeltranslation.admin import TranslationAdmin
|
||||
from django.contrib.auth.models import Permission
|
||||
# this is needed so that the models get registered for translation
|
||||
|
||||
Reference in New Issue
Block a user