Removed deprecated setting TEMPLATE_DEBUG

This commit is contained in:
Raphael Michel
2015-09-17 00:42:28 +02:00
parent 0dccdcb0f7
commit c4307d7808

View File

@@ -39,7 +39,7 @@ else:
# Adjustable settings
debug_fallback = "runserver" in sys.argv
DEBUG = TEMPLATE_DEBUG = config.getboolean('django', 'debug', fallback=debug_fallback)
DEBUG = config.getboolean('django', 'debug', fallback=debug_fallback)
DATABASES = {
'default': {