parent
e155a295c2
commit
ee7191cbd6
1 changed files with 2 additions and 0 deletions
@ -1,3 +1,5 @@ |
||||
from django.contrib import admin |
||||
from .models import Question |
||||
|
||||
# Register your models here. |
||||
admin.site.register(Question) |
||||
|
Loading…
Reference in new issue