]> git.parisson.com Git - django_quiz.git/commit
moved towards CBVs for simples views, next step is to convert complicated views into...
authorTom Walker <tomwalker0472@gmail.com>
Fri, 4 Jul 2014 14:33:25 +0000 (15:33 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Fri, 4 Jul 2014 14:33:25 +0000 (15:33 +0100)
commit0733b73040acb07671db25cd4a2cc629020728c5
tree8e7b62f2788880f0d5e6cee3143d2d6c598c907f
parentb4e7f27ac5f6b4c295aaed3d498850502d9f7cfc
moved towards CBVs for simples views, next step is to convert complicated views into mix of CBVs and forms with custom validation
quiz/templates/list_categories.html [deleted file]
quiz/templates/progress.html
quiz/templates/quiz/quiz_list.html [new file with mode: 0644]
quiz/templates/quiz_index.html [deleted file]
quiz/templates/view_quiz_category.html
quiz/tests.py
quiz/urls.py
quiz/views.py