pretty much working version
[koed-quiz.git] / apps / quiz / models.py
index 92955fa..ccde81e 100644 (file)
@@ -6,8 +6,9 @@ from django.conf import settings
 
 
 class Quiz(Site):
+    description = models.TextField()
+
     class Meta:
-        proxy=True
         verbose_name = _('quiz')
         verbose_name_plural = _('quizzes')