Fixed bugs from lfischer merge

This commit is contained in:
Piotr Mitros
2012-01-29 21:47:55 -05:00
parent 29c7f529b5
commit a17dbb3c24

View File

@@ -13,9 +13,6 @@ BASE_DIR = os.path.abspath(os.path.join(__file__, "..", ".."))
COURSEWARE_ENABLED = True
ASKBOT_ENABLED = True
ASKBOT_FILE_UPLOAD_DIR = ""
ASKBOT_FILE_UPLOAD_DIR = ""
ASKBOT_UPLOADED_FILES_URL = ""
CSRF_COOKIE_DOMAIN = '127.0.0.1'
# Defaults to be overridden