summaryrefslogtreecommitdiff
path: root/yaksh/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/admin.py')
-rw-r--r--yaksh/admin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yaksh/admin.py b/yaksh/admin.py
index b5c8933..58af7b2 100644
--- a/yaksh/admin.py
+++ b/yaksh/admin.py
@@ -1,5 +1,5 @@
from yaksh.models import Question, Quiz, QuestionPaper
-from yaksh.models import TestCase, StandardTestCase, StdioBasedTestCase, Course
+from yaksh.models import TestCase, StandardTestCase, StdioBasedTestCase, Course, AnswerPaper
from django.contrib import admin
admin.site.register(Question)
@@ -9,3 +9,4 @@ admin.site.register(StdioBasedTestCase)
admin.site.register(Course)
admin.site.register(Quiz)
admin.site.register(QuestionPaper)
+admin.site.register(AnswerPaper) \ No newline at end of file