diff options
author | maheshgudi | 2017-01-30 16:20:18 +0530 |
---|---|---|
committer | maheshgudi | 2017-03-02 20:38:41 +0530 |
commit | ddf3e13669f7232acf6019a0f2f33f397a6e6d51 (patch) | |
tree | 361639cc9cdd015cc0f80644885d8bc96ac74daf /yaksh/forms.py | |
parent | 4ef5f9377c27a3e88ae3a1a4e2a446984fc14b70 (diff) | |
download | online_test-ddf3e13669f7232acf6019a0f2f33f397a6e6d51.tar.gz online_test-ddf3e13669f7232acf6019a0f2f33f397a6e6d51.tar.bz2 online_test-ddf3e13669f7232acf6019a0f2f33f397a6e6d51.zip |
added string based questions.
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r-- | yaksh/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py index 4bf4fcf..df590de 100644 --- a/yaksh/forms.py +++ b/yaksh/forms.py @@ -1,7 +1,7 @@ from django import forms from yaksh.models import get_model_class, Profile, Quiz, Question, TestCase, Course,\ QuestionPaper, StandardTestCase, StdIOBasedTestCase, \ - HookTestCase, IntegerTestCase + HookTestCase, IntegerTestCase, StringTestCase from django.contrib.auth import authenticate from django.contrib.auth.models import User from django.contrib.contenttypes.models import ContentType |