]> git.parisson.com Git - django_quiz.git/commit
added a new app called essay, which allows essay style questions
authortomwalker <tomwalker0472@gmail.com>
Thu, 24 Jul 2014 16:22:47 +0000 (17:22 +0100)
committertomwalker <tomwalker0472@gmail.com>
Thu, 24 Jul 2014 16:22:47 +0000 (17:22 +0100)
commit80718a83a9fa0f512a4116508e3ebf0a26f64806
tree5e04469d2a7e1a1ac194c4cd47265ee088feabe9
parent04a48e63ed149ee8727bafdd675fba3f726039c0
added a new app called essay, which allows essay style questions
essay/__init__.py [new file with mode: 0644]
essay/admin.py [new file with mode: 0644]
essay/models.py [new file with mode: 0644]
essay/tests.py [new file with mode: 0644]
essay/views.py [new file with mode: 0644]
quiz/tests.py