Move ohlhafv to its own app

This commit is contained in:
Jan Tuomi
2018-01-28 18:54:45 +02:00
parent 7dc9fac597
commit bdf6b469ad
44 changed files with 282 additions and 262 deletions
+4
View File
@@ -0,0 +1,4 @@
from django.contrib import admin
from ohlhafv.models import OhlhafvChallenge
admin.site.register(OhlhafvChallenge)