Commit 8b3f81f3 by Jeremy Bowman

PLAT-1413 Remove TEMPLATE_DEBUG setting

parent d9420fc0
...@@ -13,7 +13,6 @@ from openedx.core.lib.logsettings import get_logger_config ...@@ -13,7 +13,6 @@ from openedx.core.lib.logsettings import get_logger_config
from lms.envs.dev import (WIKI_ENABLED) from lms.envs.dev import (WIKI_ENABLED)
DEBUG = True DEBUG = True
TEMPLATE_DEBUG = DEBUG
HTTPS = 'off' HTTPS = 'off'
LOGGING = get_logger_config(ENV_ROOT / "log", LOGGING = get_logger_config(ENV_ROOT / "log",
......
...@@ -60,7 +60,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else "" ...@@ -60,7 +60,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else ""
# #
DEBUG = False DEBUG = False
TEMPLATE_DEBUG = False
EMAIL_BACKEND = 'django_ses.SESBackend' EMAIL_BACKEND = 'django_ses.SESBackend'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache' SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
......
...@@ -10,7 +10,6 @@ between dev machines and AWS machines. ...@@ -10,7 +10,6 @@ between dev machines and AWS machines.
from .aws import * from .aws import *
DEBUG = True DEBUG = True
TEMPLATE_DEBUG = True
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
......
...@@ -16,7 +16,6 @@ from .common import * ...@@ -16,7 +16,6 @@ from .common import *
from openedx.core.lib.derived import derive_settings from openedx.core.lib.derived import derive_settings
DEBUG = True DEBUG = True
TEMPLATE_DEBUG = True
HTTPS = 'off' HTTPS = 'off'
FEATURES['DISABLE_START_DATES'] = False FEATURES['DISABLE_START_DATES'] = False
......
...@@ -59,7 +59,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else "" ...@@ -59,7 +59,6 @@ CONFIG_PREFIX = SERVICE_VARIANT + "." if SERVICE_VARIANT else ""
# #
DEBUG = False DEBUG = False
TEMPLATE_DEBUG = False
EMAIL_BACKEND = 'django_ses.SESBackend' EMAIL_BACKEND = 'django_ses.SESBackend'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache' SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment