First attempt
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 21 Nov 2012 16:04:07 +0000 (17:04 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 21 Nov 2012 16:04:07 +0000 (17:04 +0100)
commit6b8969ee2970107bb5931424501c8c0f567a4488
tree661554c79ebc52d667104385032e10ee6ab45a37
First attempt
28 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
fabfile.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
project_name/__init__.py [new file with mode: 0644]
project_name/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
project_name/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
project_name/settings.d/10-paths.py [new file with mode: 0644]
project_name/settings.d/20-basic.py [new file with mode: 0644]
project_name/settings.d/30-apps.py [new file with mode: 0644]
project_name/settings.d/30-locale.py [new file with mode: 0644]
project_name/settings.d/40-auth.py [new file with mode: 0644]
project_name/settings.d/40-context.py [new file with mode: 0644]
project_name/settings.d/40-logging.py [new file with mode: 0644]
project_name/settings.d/40-middleware.py [new file with mode: 0644]
project_name/settings.d/50-contrib.py [new file with mode: 0644]
project_name/settings.d/50-static.py [new file with mode: 0644]
project_name/settings.d/60-custom.py [new file with mode: 0644]
project_name/settings.py [new file with mode: 0644]
project_name/static/css/base.scss [new file with mode: 0755]
project_name/templates/404.html [new file with mode: 0644]
project_name/templates/500.html [new file with mode: 0644]
project_name/templates/base.html [new file with mode: 0644]
project_name/urls.py [new file with mode: 0644]
project_name/wsgi.py [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]