Add official model and migrations
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user