Move to Django 1.5, reorg settings.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Mar 2013 15:51:58 +0000 (16:51 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Mar 2013 15:51:58 +0000 (16:51 +0100)
commit87776dc1caec95a6eaaf011a7356e676722a11a3
tree39b2a9967d19d44306ef1f10b58e9d8ecad3aadf
parent94e4264e4ac4f8f34d2975f26a0337e6f2c35027
Move to Django 1.5, reorg settings.
29 files changed:
project_name/localsettings.py.default [deleted file]
project_name/localsettings.py.dev [new file with mode: 0644]
project_name/settings.d/10-paths.py [deleted file]
project_name/settings.d/20-basic.py [deleted file]
project_name/settings.d/30-apps.py [deleted file]
project_name/settings.d/30-locale.py [deleted file]
project_name/settings.d/40-auth.py [deleted file]
project_name/settings.d/40-context.py [deleted file]
project_name/settings.d/40-logging.py [deleted file]
project_name/settings.d/40-middleware.py [deleted file]
project_name/settings.d/50-contrib.py [deleted file]
project_name/settings.d/50-static.py [deleted file]
project_name/settings.d/60-custom.py [deleted file]
project_name/settings.py [deleted file]
project_name/settings/__init__.py [new file with mode: 0644]
project_name/settings/apps.py [new file with mode: 0644]
project_name/settings/auth.py [new file with mode: 0644]
project_name/settings/basic.py [new file with mode: 0644]
project_name/settings/context.py [new file with mode: 0644]
project_name/settings/contrib.py [new file with mode: 0644]
project_name/settings/custom.py [new file with mode: 0644]
project_name/settings/locale.py [new file with mode: 0644]
project_name/settings/logging.py [new file with mode: 0644]
project_name/settings/middleware.py [new file with mode: 0644]
project_name/settings/paths.py [new file with mode: 0644]
project_name/settings/static.py [new file with mode: 0644]
project_name/urls.py
project_name/wsgi.py
requirements.txt