From a17dbb3c24b364b874bb59b0673b88523cbecdc1 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 29 Jan 2012 21:47:55 -0500 Subject: [PATCH] Fixed bugs from lfischer merge --- settings_new_askbot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings_new_askbot.py b/settings_new_askbot.py index e0fffc6491..f7d6c64a65 100644 --- a/settings_new_askbot.py +++ b/settings_new_askbot.py @@ -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