Rearrange source.
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 3 Apr 2019 10:37:47 +0000 (12:37 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 3 Apr 2019 10:48:51 +0000 (12:48 +0200)
commit80b74642b6a6a375462d6eae7efb203981a412d6
treed85e4ffa6e2dc36b9a2a14eba6752784500d1355
parent479cb324a4cbc258f3f6de8de1025e7dccb1da2d
Rearrange source.
123 files changed:
Makefile
apps/edition1/__init__.py [deleted file]
apps/edition1/static/edition1/bg.png [deleted file]
apps/edition1/static/edition1/style.css [deleted file]
apps/edition1/templates/edition1/base.html [deleted file]
apps/edition1/templates/edition1/home.html [deleted file]
apps/edition1/templates/edition1/more.html [deleted file]
apps/edition1/templates/edition1/rules.html [deleted file]
apps/edition1/templates/edition1/technical.html [deleted file]
apps/edition1/urls.py [deleted file]
apps/edition1/views.py [deleted file]
apps/edition2/__init__.py [deleted file]
apps/edition2/static/edition2/style.css [deleted file]
apps/edition2/templates/edition2/base.html [deleted file]
apps/edition2/templates/edition2/home.html [deleted file]
apps/edition2/templates/edition2/more.html [deleted file]
apps/edition2/templates/edition2/rules.html [deleted file]
apps/edition2/templates/edition2/technical.html [deleted file]
apps/edition2/urls.py [deleted file]
apps/poetry/__init__.py [deleted file]
apps/poetry/migrations/0001_initial.py [deleted file]
apps/poetry/migrations/__init__.py [deleted file]
apps/poetry/models.py [deleted file]
apps/poetry/static/poetry/poem.css [deleted file]
apps/poetry/templates/poetry/contest.html [deleted file]
apps/poetry/templates/poetry/main.html [deleted file]
apps/poetry/templates/poetry/poem.html [deleted file]
apps/poetry/templates/poetry/poet.html [deleted file]
apps/poetry/urls.py [deleted file]
apps/poetry/utils.py [deleted file]
apps/poetry/views.py [deleted file]
manage.py [deleted file]
src/core/__init__.py [new file with mode: 0644]
src/core/localsettings.py.template [new file with mode: 0644]
src/core/settings.py [new file with mode: 0644]
src/core/static/img/cc.png [new file with mode: 0644]
src/core/static/img/di.png [new file with mode: 0644]
src/core/static/img/favicon.ico [new file with mode: 0644]
src/core/static/img/fnp.png [new file with mode: 0644]
src/core/static/img/fnp_black.png [new file with mode: 0644]
src/core/static/img/koed.png [new file with mode: 0644]
src/core/static/img/lempl.png [new file with mode: 0644]
src/core/static/img/social/bigfacebook.png [new file with mode: 0644]
src/core/static/img/social/biggoogle.png [new file with mode: 0644]
src/core/static/img/social/bignk.png [new file with mode: 0644]
src/core/static/img/social/bigtwitter.png [new file with mode: 0644]
src/core/static/img/social/facebook.png [new file with mode: 0644]
src/core/static/img/social/google.png [new file with mode: 0644]
src/core/static/img/social/nk.png [new file with mode: 0644]
src/core/static/img/social/twitter.png [new file with mode: 0644]
src/core/static/img/turniej-maly.png [new file with mode: 0644]
src/core/static/img/turniej.png [new file with mode: 0644]
src/core/static/img/wl.png [new file with mode: 0644]
src/core/static/img/wl_black.png [new file with mode: 0644]
src/core/static/js/jquery.countdown-pl.js [new file with mode: 0644]
src/core/static/js/jquery.countdown.css [new file with mode: 0644]
src/core/static/js/jquery.countdown.min.js [new file with mode: 0644]
src/core/templates/404.html [new file with mode: 0644]
src/core/templates/500.html [new file with mode: 0644]
src/core/templates/base.html [new file with mode: 0644]
src/core/urls.py [new file with mode: 0644]
src/core/wsgi.py [new file with mode: 0644]
src/edition1/__init__.py [new file with mode: 0644]
src/edition1/static/edition1/bg.png [new file with mode: 0644]
src/edition1/static/edition1/style.css [new file with mode: 0644]
src/edition1/templates/edition1/base.html [new file with mode: 0644]
src/edition1/templates/edition1/home.html [new file with mode: 0644]
src/edition1/templates/edition1/more.html [new file with mode: 0644]
src/edition1/templates/edition1/rules.html [new file with mode: 0644]
src/edition1/templates/edition1/technical.html [new file with mode: 0644]
src/edition1/urls.py [new file with mode: 0644]
src/edition1/views.py [new file with mode: 0644]
src/edition2/__init__.py [new file with mode: 0644]
src/edition2/static/edition2/style.css [new file with mode: 0644]
src/edition2/templates/edition2/base.html [new file with mode: 0644]
src/edition2/templates/edition2/home.html [new file with mode: 0644]
src/edition2/templates/edition2/more.html [new file with mode: 0644]
src/edition2/templates/edition2/rules.html [new file with mode: 0644]
src/edition2/templates/edition2/technical.html [new file with mode: 0644]
src/edition2/urls.py [new file with mode: 0755]
src/manage.py [new file with mode: 0755]
src/poetry/__init__.py [new file with mode: 0644]
src/poetry/migrations/0001_initial.py [new file with mode: 0644]
src/poetry/migrations/__init__.py [new file with mode: 0644]
src/poetry/models.py [new file with mode: 0644]
src/poetry/static/poetry/poem.css [new file with mode: 0644]
src/poetry/templates/poetry/contest.html [new file with mode: 0644]
src/poetry/templates/poetry/main.html [new file with mode: 0644]
src/poetry/templates/poetry/poem.html [new file with mode: 0644]
src/poetry/templates/poetry/poet.html [new file with mode: 0644]
src/poetry/urls.py [new file with mode: 0644]
src/poetry/utils.py [new file with mode: 0644]
src/poetry/views.py [new file with mode: 0644]
turniej/__init__.py [deleted file]
turniej/localsettings.py.template [deleted file]
turniej/settings.py [deleted file]
turniej/static/img/cc.png [deleted file]
turniej/static/img/di.png [deleted file]
turniej/static/img/favicon.ico [deleted file]
turniej/static/img/fnp.png [deleted file]
turniej/static/img/fnp_black.png [deleted file]
turniej/static/img/koed.png [deleted file]
turniej/static/img/lempl.png [deleted file]
turniej/static/img/social/bigfacebook.png [deleted file]
turniej/static/img/social/biggoogle.png [deleted file]
turniej/static/img/social/bignk.png [deleted file]
turniej/static/img/social/bigtwitter.png [deleted file]
turniej/static/img/social/facebook.png [deleted file]
turniej/static/img/social/google.png [deleted file]
turniej/static/img/social/nk.png [deleted file]
turniej/static/img/social/twitter.png [deleted file]
turniej/static/img/turniej-maly.png [deleted file]
turniej/static/img/turniej.png [deleted file]
turniej/static/img/wl.png [deleted file]
turniej/static/img/wl_black.png [deleted file]
turniej/static/js/jquery.countdown-pl.js [deleted file]
turniej/static/js/jquery.countdown.css [deleted file]
turniej/static/js/jquery.countdown.min.js [deleted file]
turniej/templates/404.html [deleted file]
turniej/templates/500.html [deleted file]
turniej/templates/base.html [deleted file]
turniej/urls.py [deleted file]
turniej/wsgi.py [deleted file]