author | Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl> | |
Tue, 20 Sep 2011 15:12:24 +0000 (17:12 +0200) | ||
committer | Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl> | |
Tue, 20 Sep 2011 15:13:56 +0000 (17:13 +0200) | ||
commit | 2c2b8f122dd789a089ac5054e112f59874c01a70 | |
tree | 6b3f1c865926f77dc06cef012045df4ecc7051d3 | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
README.rst | [new file with mode: 0644] | blob |
apps/quiz/__init__.py | [new file with mode: 0644] | blob |
apps/quiz/admin.py | [new file with mode: 0644] | blob |
apps/quiz/forms.py | [new file with mode: 0644] | blob |
apps/quiz/locale/pl/LC_MESSAGES/django.mo | [new file with mode: 0644] | blob |
apps/quiz/locale/pl/LC_MESSAGES/django.po | [new file with mode: 0644] | blob |
apps/quiz/migrations/0001_initial.py | [new file with mode: 0644] | blob |
apps/quiz/migrations/__init__.py | [new file with mode: 0644] | blob |
apps/quiz/models.py | [new file with mode: 0644] | blob |
apps/quiz/templates/quiz/question_detail.html | [new file with mode: 0755] | blob |
apps/quiz/templates/quiz/result_detail.html | [new file with mode: 0755] | blob |
apps/quiz/urls.py | [new file with mode: 0644] | blob |
apps/quiz/views.py | [new file with mode: 0644] | blob |
fabfile.py | [new file with mode: 0644] | blob |
koedquiz.vhost.template | [new file with mode: 0644] | blob |
koedquiz.wsgi.template | [new file with mode: 0644] | blob |
koedquiz/__init__.py | [new file with mode: 0644] | blob |
koedquiz/localsettings.py.template | [new file with mode: 0644] | blob |
koedquiz/manage.py | [new file with mode: 0755] | blob |
koedquiz/settings.py | [new file with mode: 0644] | blob |
koedquiz/templates/base.html | [new file with mode: 0644] | blob |
koedquiz/templates/home.html | [new file with mode: 0644] | blob |
koedquiz/urls.py | [new file with mode: 0644] | blob |
koedquiz/views.py | [new file with mode: 0644] | blob |
lib/git-archive-all.sh | [new file with mode: 0644] | blob |
requirements-dev.txt | [new file with mode: 0644] | blob |
requirements.txt | [new file with mode: 0644] | blob |