Removed simplewiki's custom 404 page so urls work better, and it uses global 404 page. Set bad debug setting to false

This commit is contained in:
Bridger Maxwell
2012-01-18 21:43:23 -05:00
parent 5c11bcd0c9
commit d47d95edf2
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ DEFAULT_FROM_EMAIL = 'registration@mitx.mit.edu'
DEFAULT_FEEDBACK_EMAIL = 'feedback@mitx.mit.edu'
# For testing the login system
GENERATE_RANDOM_USER_CREDENTIALS = True
GENERATE_RANDOM_USER_CREDENTIALS = False
WIKI_REQUIRE_LOGIN_EDIT = True
WIKI_REQUIRE_LOGIN_VIEW = True