Add official model and migrations

This commit is contained in:
Jan Tuomi
2017-06-07 18:30:37 +03:00
parent eea8c19f50
commit 3ad38051ea
9 changed files with 305 additions and 105 deletions
+3
View File
@@ -1,3 +1,6 @@
from django.contrib import admin
from webapp.models import Official, Role
# Register your models here.
admin.site.register(Official)
admin.site.register(Role)