]> git.parisson.com Git - django_quiz.git/commit
finally getting round to properly implementing forms with CBVs for the main portion...
authorTom Walker <tomwalker0472@gmail.com>
Tue, 15 Jul 2014 21:05:11 +0000 (22:05 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Tue, 15 Jul 2014 21:05:11 +0000 (22:05 +0100)
commit8cae35634b7954083ccae3cff86a34767b8794f1
treef8cb9eb124cdb626f220bf9ab02bc9e5c06036bc
parent27e9620f3b17c487e632631d608991e65e001d16
finally getting round to properly implementing forms with CBVs for the main portion of the quiz rather than hacking request objects :S
quiz/forms.py
quiz/templates/question.html
quiz/tests.py
quiz/urls.py
quiz/views.py