add choice to admin panel
This commit is contained in:
@@ -2,6 +2,7 @@ from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
|
||||
from .models import Question
|
||||
from .models import Question, Choice
|
||||
|
||||
admin.site.register(Question)
|
||||
admin.site.register(Choice)
|
||||
|
||||
Reference in New Issue
Block a user