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
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class IlmotunkkiConfig(AppConfig):
name = 'ilmotunkki'