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
bb644bb6
Commit
bb644bb6
authored
Aug 12, 2013
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #645 from edx/fix/cdodge/add-tech-support-email-config
Add new setting to cms project
parents
e817fb4c
7fd5a00c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
cms/envs/aws.py
+1
-0
cms/envs/common.py
+1
-1
No files found.
cms/envs/aws.py
View file @
bb644bb6
...
...
@@ -107,6 +107,7 @@ DEFAULT_FEEDBACK_EMAIL = ENV_TOKENS.get('DEFAULT_FEEDBACK_EMAIL', DEFAULT_FEEDBA
ADMINS
=
ENV_TOKENS
.
get
(
'ADMINS'
,
ADMINS
)
SERVER_EMAIL
=
ENV_TOKENS
.
get
(
'SERVER_EMAIL'
,
SERVER_EMAIL
)
MKTG_URLS
=
ENV_TOKENS
.
get
(
'MKTG_URLS'
,
MKTG_URLS
)
TECH_SUPPORT_EMAIL
=
ENV_TOKENS
.
get
(
'TECH_SUPPORT_EMAIL'
,
TECH_SUPPORT_EMAIL
)
COURSES_WITH_UNSAFE_CODE
=
ENV_TOKENS
.
get
(
"COURSES_WITH_UNSAFE_CODE"
,
[])
...
...
cms/envs/common.py
View file @
bb644bb6
...
...
@@ -25,7 +25,7 @@ Longer TODO:
import
sys
import
lms.envs.common
from
lms.envs.common
import
USE_TZ
from
lms.envs.common
import
USE_TZ
,
TECH_SUPPORT_EMAIL
from
path
import
path
############################ FEATURE CONFIGURATION #############################
...
...
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