Merge pull request #16632 from edx/jmbowman/PLAT-1413

PLAT-1413 Remove TEMPLATE_DEBUG setting
This commit is contained in:
Jeremy Bowman
2017-11-21 10:26:49 -05:00
committed by GitHub
5 changed files with 0 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ from openedx.core.lib.logsettings import get_logger_config
from lms.envs.dev import (WIKI_ENABLED)
DEBUG = True
TEMPLATE_DEBUG = DEBUG
HTTPS = 'off'
LOGGING = get_logger_config(ENV_ROOT / "log",

View File

@@ -60,7 +60,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else ""
#
DEBUG = False
TEMPLATE_DEBUG = False
EMAIL_BACKEND = 'django_ses.SESBackend'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'

View File

@@ -10,7 +10,6 @@ between dev machines and AWS machines.
from .aws import *
DEBUG = True
TEMPLATE_DEBUG = True
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

View File

@@ -16,7 +16,6 @@ from .common import *
from openedx.core.lib.derived import derive_settings
DEBUG = True
TEMPLATE_DEBUG = True
HTTPS = 'off'
FEATURES['DISABLE_START_DATES'] = False

View File

@@ -59,7 +59,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else ""
#
DEBUG = False
TEMPLATE_DEBUG = False
EMAIL_BACKEND = 'django_ses.SESBackend'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'