]> git.ozlabs.org Git - patchwork/commit
settings: Split 'settings.py' into multiple files
authorStephen Finucane <stephenfinucane@hotmail.com>
Tue, 7 Apr 2015 21:20:54 +0000 (22:20 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 3 May 2015 05:46:52 +0000 (13:46 +0800)
commitae639a6a6aea26b0648a0e2d2fd4bccd7a41c791
treeeee1eccf8d20895e25cf5c4946071a9e7ce8f5e9
parentd4a2c1f8792f52fec0c881ab38c91635840a50c0
settings: Split 'settings.py' into multiple files

This will make testing/developing a little easier and prevent people
deploying insecure instances.

This also adds references to Django documentation in said files (for
Django novices) and restructures the files to group them together
logically.

This allows us to remove the settings file used for tests.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/manage.py
apps/patchwork/settings/__init__.py [new file with mode: 0644]
apps/patchwork/settings/base.py [new file with mode: 0644]
apps/patchwork/settings/dev.py [new file with mode: 0644]
apps/patchwork/settings/prod.py [new file with mode: 0644]
apps/settings.py [deleted file]