second edition
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 4 Jan 2013 15:37:42 +0000 (16:37 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 4 Jan 2013 15:37:42 +0000 (16:37 +0100)
commit6796e667eb109e38e35420da5bfa44bfffd06241
treea3b48178ca3a014022bbbfb83c0f469e23f3eae5
parentdb566020a374d0e81e8274ab0e5ba8061f8903ad
second edition
48 files changed:
apps/edition1/__init__.py [new file with mode: 0644]
apps/edition1/models.py [new file with mode: 0644]
apps/edition1/static/edition1/bg.png [new file with mode: 0644]
apps/edition1/static/edition1/style.css [new file with mode: 0644]
apps/edition1/templates/edition1/base.html [new file with mode: 0644]
apps/edition1/templates/edition1/home.html [new file with mode: 0644]
apps/edition1/templates/edition1/more.html [new file with mode: 0644]
apps/edition1/templates/edition1/rules.html [new file with mode: 0644]
apps/edition1/templates/edition1/technical.html [new file with mode: 0644]
apps/edition1/urls.py [new file with mode: 0755]
apps/edition1/views.py [new file with mode: 0644]
apps/edition2/__init__.py [new file with mode: 0644]
apps/edition2/models.py [new file with mode: 0644]
apps/edition2/static/edition2/style.css [new file with mode: 0644]
apps/edition2/templates/edition2/base.html [new file with mode: 0644]
apps/edition2/templates/edition2/home.html [new file with mode: 0644]
apps/edition2/templates/edition2/more.html [new file with mode: 0644]
apps/edition2/templates/edition2/rules.html [new file with mode: 0644]
apps/edition2/templates/edition2/technical.html [new file with mode: 0644]
apps/edition2/urls.py [new file with mode: 0755]
apps/poetry/templates/poetry/contest.html
apps/poetry/templates/poetry/main.html
apps/poetry/templates/poetry/poem.html
apps/poetry/templates/poetry/poet.html
requirements.txt
turniej/settings.py
turniej/static/img/fnp_black.png [new file with mode: 0644]
turniej/static/img/social/bigfacebook.png [new file with mode: 0644]
turniej/static/img/social/biggoogle.png [new file with mode: 0644]
turniej/static/img/social/bignk.png [new file with mode: 0644]
turniej/static/img/social/bigtwitter.png [new file with mode: 0644]
turniej/static/img/social/facebook.png [new file with mode: 0644]
turniej/static/img/social/google.png [new file with mode: 0644]
turniej/static/img/social/nk.png [new file with mode: 0644]
turniej/static/img/social/twitter.png [new file with mode: 0644]
turniej/static/img/wl_black.png [new file with mode: 0644]
turniej/static/js/jquery.countdown-pl.js [new file with mode: 0644]
turniej/static/js/jquery.countdown.css [new file with mode: 0644]
turniej/static/js/jquery.countdown.min.js [new file with mode: 0644]
turniej/static/style.css [deleted file]
turniej/templates/404.html
turniej/templates/500.html
turniej/templates/home.html [deleted file]
turniej/templates/pages/more.html [deleted file]
turniej/templates/pages/rules.html [deleted file]
turniej/templates/pages/technical.html [deleted file]
turniej/urls.py
turniej/views.py [deleted file]