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
3d87dd8c
Commit
3d87dd8c
authored
Aug 01, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #551 from edx/jarv/remove-ADMINS
changing default ADMINS to an empty tuple
parents
2ad78d94
b93e1985
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
cms/envs/common.py
+1
-3
lms/envs/common.py
+1
-3
No files found.
cms/envs/common.py
View file @
3d87dd8c
...
@@ -176,9 +176,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
...
@@ -176,9 +176,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
DEFAULT_FROM_EMAIL
=
'registration@edx.org'
DEFAULT_FROM_EMAIL
=
'registration@edx.org'
DEFAULT_FEEDBACK_EMAIL
=
'feedback@edx.org'
DEFAULT_FEEDBACK_EMAIL
=
'feedback@edx.org'
SERVER_EMAIL
=
'devops@edx.org'
SERVER_EMAIL
=
'devops@edx.org'
ADMINS
=
(
ADMINS
=
()
(
'edX Admins'
,
'admin@edx.org'
),
)
MANAGERS
=
ADMINS
MANAGERS
=
ADMINS
# Static content
# Static content
...
...
lms/envs/common.py
View file @
3d87dd8c
...
@@ -355,9 +355,7 @@ SERVER_EMAIL = 'devops@edx.org'
...
@@ -355,9 +355,7 @@ SERVER_EMAIL = 'devops@edx.org'
TECH_SUPPORT_EMAIL
=
'technical@edx.org'
TECH_SUPPORT_EMAIL
=
'technical@edx.org'
CONTACT_EMAIL
=
'info@edx.org'
CONTACT_EMAIL
=
'info@edx.org'
BUGS_EMAIL
=
'bugs@edx.org'
BUGS_EMAIL
=
'bugs@edx.org'
ADMINS
=
(
ADMINS
=
()
(
'edX Admins'
,
'admin@edx.org'
),
)
MANAGERS
=
ADMINS
MANAGERS
=
ADMINS
# Static content
# Static content
...
...
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