Fixed bridger's bug in adding to settings.py instead of his local

This commit is contained in:
Piotr Mitros
2012-01-18 13:13:27 -05:00
parent 8c979717cc
commit a25b247849

View File

@@ -12,9 +12,6 @@ SITE_NAME = "localhost:8000"
DEFAULT_FROM_EMAIL = 'registration@mitx.mit.edu'
DEFAULT_FEEDBACK_EMAIL = 'feedback@mitx.mit.edu'
# For testing the login system
GENERATE_RANDOM_USER_CREDENTIALS = True
WIKI_REQUIRE_LOGIN_EDIT = True
WIKI_REQUIRE_LOGIN_VIEW = True