1 2 3 4 5
from testapp.exam.models import Question, Quiz from django.contrib import admin admin.site.register(Question) admin.site.register(Quiz)