]> git.parisson.com Git - django_quiz.git/commit
added a new view which lists all completed exams, to allow an admin to view results
authorTom Walker <tomwalker0472@gmail.com>
Mon, 21 Jul 2014 21:12:40 +0000 (22:12 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Mon, 21 Jul 2014 21:12:40 +0000 (22:12 +0100)
commit9eadd34cd7580c2f2e8654971375776fae70dc47
treeb82bca42daa353f50c8329b371de500e8adef037
parent9f3402800e1fe209ca1f3b57cca17d04ded18214
added a new view which lists all completed exams, to allow an admin to view results
README.md
quiz/models.py
quiz/templates/quiz/sitting_detail.html [new file with mode: 0644]
quiz/templates/quiz/sitting_list.html [new file with mode: 0644]
quiz/templatetags/quiz_tags.py
quiz/tests.py
quiz/urls.py
quiz/views.py