]> git.ozlabs.org Git - patchwork/commit
settings: Restructure settings file
authorStephen Finucane <stephen.finucane@intel.com>
Tue, 7 Apr 2015 21:20:52 +0000 (22:20 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 3 May 2015 05:46:52 +0000 (13:46 +0800)
commitc641660e041fdf932bad89681c167328ee85249a
treeea4721c3be427b1de4c8b27d3c6ccfc5db657be8
parentda4f6578b4d4961a3f759eea7767941e2cce65f6
settings: Restructure settings file

Restructure to add some order to the settings file. This includes
removing some variables:

- TEMPLATE_CONTEXT_PROCESSORS
- TEMPLATE_LOADERS

These variables have the exact same value as the Django defaults and
thus do not need to be specified.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/settings.py