Commit 2146b7db by Piotr Mitros

merge

parents 1f2251c9 dad70c5a
......@@ -7,8 +7,8 @@ if not COURSEWARE_ENABLED:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
SITE_NAME = "localhost:8000"
DEFAULT_FROM_EMAIL = 'nobody@localhost'
DEFAULT_FEEDBACK_EMAIL = 'nobody@localhost'
DEFAULT_FROM_EMAIL = 'registration@mitx.mit.edu'
DEFAULT_FEEDBACK_EMAIL = 'feedback@mitx.mit.edu'
WIKI_REQUIRE_LOGIN_EDIT = True
WIKI_REQUIRE_LOGIN_VIEW = True
......
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