Move Event and Registration model to own app

This commit is contained in:
Aarni Halinen
2018-06-05 19:33:35 +03:00
parent 0207bdf22b
commit 4e8adebb2d
14 changed files with 172 additions and 66 deletions
+2 -1
View File
@@ -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