initial commit
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 15 Nov 2011 11:23:04 +0000 (12:23 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 15 Nov 2011 11:29:46 +0000 (12:29 +0100)
commit3dbaa20d66d533211dc34746150cbb31f5afd5d3
treec990931f360a8c4373327caf7b220412fc6fb15f
initial commit
41 files changed:
.gitignore [new file with mode: 0644]
apps/poetry/__init__.py [new file with mode: 0644]
apps/poetry/migrations/0001_initial.py [new file with mode: 0644]
apps/poetry/migrations/__init__.py [new file with mode: 0644]
apps/poetry/models.py [new file with mode: 0644]
apps/poetry/static/poetry/poem.css [new file with mode: 0644]
apps/poetry/templates/poetry/main.html [new file with mode: 0644]
apps/poetry/templates/poetry/poem.html [new file with mode: 0644]
apps/poetry/templates/poetry/poet.html [new file with mode: 0644]
apps/poetry/urls.py [new file with mode: 0644]
apps/poetry/utils.py [new file with mode: 0644]
apps/poetry/views.py [new file with mode: 0644]
fabfile.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]
turniej.vhost.template [new file with mode: 0644]
turniej.wsgi.template [new file with mode: 0644]
turniej/__init__.py [new file with mode: 0644]
turniej/localsettings.py.template [new file with mode: 0644]
turniej/manage.py [new file with mode: 0755]
turniej/settings.py [new file with mode: 0644]
turniej/static/img/cc.png [new file with mode: 0644]
turniej/static/img/di.png [new file with mode: 0644]
turniej/static/img/favicon.ico [new file with mode: 0644]
turniej/static/img/fnp.png [new file with mode: 0644]
turniej/static/img/koed.png [new file with mode: 0644]
turniej/static/img/lempl.png [new file with mode: 0644]
turniej/static/img/turniej-maly.png [new file with mode: 0644]
turniej/static/img/turniej.png [new file with mode: 0644]
turniej/static/img/wl.png [new file with mode: 0644]
turniej/static/style.css [new file with mode: 0644]
turniej/templates/404.html [new file with mode: 0644]
turniej/templates/500.html [new file with mode: 0644]
turniej/templates/base.html [new file with mode: 0644]
turniej/templates/home.html [new file with mode: 0644]
turniej/templates/pages/more.html [new file with mode: 0644]
turniej/templates/pages/rules.html [new file with mode: 0644]
turniej/templates/pages/technical.html [new file with mode: 0644]
turniej/urls.py [new file with mode: 0644]
turniej/views.py [new file with mode: 0644]