summaryrefslogtreecommitdiff
path: root/testapp/exam/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/models.py')
-rw-r--r--testapp/exam/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testapp/exam/models.py b/testapp/exam/models.py
index 2386cd2..1cafa89 100644
--- a/testapp/exam/models.py
+++ b/testapp/exam/models.py
@@ -389,6 +389,5 @@ class AnswerPaper(models.Model):
################################################################################
class AssignmentUpload(models.Model):
user = models.ForeignKey(Profile)
- assignment = models.ForeignKey(Quiz)
assignmentQuestion = models.ForeignKey(Question)
assignmentFile = models.FileField(upload_to=get_assignment_dir)