Add new TEMPLATES setting.
Review Request #8709 — Created Feb. 3, 2017 and submitted
Django 1.8 uses a new, unified
TEMPLATES
setting. This change adds a definition
for that which is built up from the old broken-out settings. Once we cut over
to 1.8+ entirely we can move everything inline.
Ran unit tests on Django 1.6 and 1.8
Description | From | Last Updated |
---|---|---|
Can we put this back before the settings_local import? It's sometimes handy to override these variables there for some testing. |
chipx86 | |
'django_reset' imported but unused |
reviewbot | |
'from settings_local import *' used; unable to detect undefined names |
reviewbot | |
'django_reset' imported but unused |
reviewbot | |
'from settings_local import *' used; unable to detect undefined names |
reviewbot |
- Commit:
-
722d0ab99b60d7ecb593f15c0bacbad3c7c57f61f0e0b6423ef61ead9f33c74497bc2a1b178e1063
- Diff:
-
Revision 2 (+50 -34)