Merge pull request #16632 from edx/jmbowman/PLAT-1413
PLAT-1413 Remove TEMPLATE_DEBUG setting
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user