Commit 55c10212 by Piotr Mitros

SITENAME, e-mail addresses

parent 5b7a59bc
......@@ -3,10 +3,12 @@ ASKBOT_ENABLED = True
if not COURSEWARE_ENABLED:
ASKBOT_ENABLED = False
# Defaults to be overridden
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
SITE_NAME = "localhost:8000"
DEFAULT_FROM_EMAIL = 'pmitros@csail.mit.edu'
DEFAULT_FEEDBACK_EMAIL = 'pmitros@csail.mit.edu'
DEFAULT_FROM_EMAIL = 'nobody@localhost'
DEFAULT_FEEDBACK_EMAIL = 'nobody@localhost'
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