]> git.parisson.com Git - django_quiz.git/commit
pushing to server for the first time
authorTom Walker <tomwalker0472@gmail.com>
Tue, 12 Mar 2013 23:15:29 +0000 (23:15 +0000)
committerTom Walker <tomwalker0472@gmail.com>
Tue, 12 Mar 2013 23:15:29 +0000 (23:15 +0000)
commite5b41fd31bb8cda1929739e86a4eb09012ebd37c
tree3ef3827d4dbb82b6287dd065bc5b68d7ad2cac30
pushing to server for the first time
20 files changed:
README.md [new file with mode: 0644]
multichoice/__init__.py [new file with mode: 0644]
multichoice/admin.py [new file with mode: 0644]
multichoice/models.py [new file with mode: 0644]
multichoice/tests.py [new file with mode: 0644]
multichoice/views.py [new file with mode: 0644]
quiz/__init__.py [new file with mode: 0644]
quiz/admin.py [new file with mode: 0644]
quiz/forms.py [new file with mode: 0644]
quiz/models.py [new file with mode: 0644]
quiz/templatetags/__init__.py [new file with mode: 0644]
quiz/templatetags/quiz_tags.py [new file with mode: 0644]
quiz/tests.py [new file with mode: 0644]
quiz/urls.py [new file with mode: 0644]
quiz/views.py [new file with mode: 0644]
templates/quiz/base.html [new file with mode: 0644]
templates/quiz/correct_answer.html [new file with mode: 0644]
templates/quiz/progress.html [new file with mode: 0644]
templates/quiz/question.html [new file with mode: 0644]
templates/quiz/result.html [new file with mode: 0644]