Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8b3f81f3
Commit
8b3f81f3
authored
Nov 20, 2017
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PLAT-1413 Remove TEMPLATE_DEBUG setting
parent
d9420fc0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
cms/envs/dev.py
+0
-1
cms/envs/yaml_config.py
+0
-1
lms/envs/content.py
+0
-1
lms/envs/dev.py
+0
-1
lms/envs/yaml_config.py
+0
-1
No files found.
cms/envs/dev.py
View file @
8b3f81f3
...
...
@@ -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"
,
...
...
cms/envs/yaml_config.py
View file @
8b3f81f3
...
...
@@ -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'
...
...
lms/envs/content.py
View file @
8b3f81f3
...
...
@@ -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'
...
...
lms/envs/dev.py
View file @
8b3f81f3
...
...
@@ -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
...
...
lms/envs/yaml_config.py
View file @
8b3f81f3
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment