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