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
55c10212
Commit
55c10212
authored
Jan 13, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SITENAME, e-mail addresses
parent
5b7a59bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
settings.py
+4
-2
No files found.
settings.py
View file @
55c10212
...
@@ -3,10 +3,12 @@ ASKBOT_ENABLED = True
...
@@ -3,10 +3,12 @@ ASKBOT_ENABLED = True
if
not
COURSEWARE_ENABLED
:
if
not
COURSEWARE_ENABLED
:
ASKBOT_ENABLED
=
False
ASKBOT_ENABLED
=
False
# Defaults to be overridden
EMAIL_BACKEND
=
'django.core.mail.backends.console.EmailBackend'
EMAIL_BACKEND
=
'django.core.mail.backends.console.EmailBackend'
SITE_NAME
=
"localhost:8000"
DEFAULT_FROM_EMAIL
=
'
pmitros@csail.mit.edu
'
DEFAULT_FROM_EMAIL
=
'
nobody@localhost
'
DEFAULT_FEEDBACK_EMAIL
=
'
pmitros@csail.mit.edu
'
DEFAULT_FEEDBACK_EMAIL
=
'
nobody@localhost
'
WIKI_REQUIRE_LOGIN_EDIT
=
True
WIKI_REQUIRE_LOGIN_EDIT
=
True
WIKI_REQUIRE_LOGIN_VIEW
=
True
WIKI_REQUIRE_LOGIN_VIEW
=
True
...
...
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