summaryrefslogtreecommitdiff
path: root/yaksh/models.py
diff options
context:
space:
mode:
authoradityacp2017-01-04 11:40:59 +0530
committeradityacp2017-01-04 11:40:59 +0530
commitb271e3b33f673c70114893bf461d2a6116dd7cf7 (patch)
tree2eaca767ac94ede575bdc74be6dbea0a87fa4022 /yaksh/models.py
parent48366e84b98157ac32b22b2aa19b1c1cde68afd4 (diff)
downloadonline_test-b271e3b33f673c70114893bf461d2a6116dd7cf7.tar.gz
online_test-b271e3b33f673c70114893bf461d2a6116dd7cf7.tar.bz2
online_test-b271e3b33f673c70114893bf461d2a6116dd7cf7.zip
Fix management commands
Diffstat (limited to 'yaksh/models.py')
-rw-r--r--yaksh/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index 35999d3..0d8e7fe 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -235,7 +235,7 @@ class Question(models.Model):
type = models.CharField(max_length=24, choices=question_types)
# The type of evaluator
- test_case_type = models.CharField(max_length=24, choices=test_case_types)
+ #test_case_type = models.CharField(max_length=24, choices=test_case_types)
# Is this question active or not. If it is inactive it will not be used
# when creating a QuestionPaper.