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