admin modifiable app
This commit is contained in:
parent
47cf518b3d
commit
2d050c10f4
@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import Question
|
||||
|
||||
admin.site.register(Question)
|
Loading…
Reference in New Issue
Block a user