from django.contrib import admin from tkupek_elearning.elearning.models import question admin.site.register(question)