diff --git a/settings.py b/settings.py index 8cd9498b31..a201c5e519 100644 --- a/settings.py +++ b/settings.py @@ -1,5 +1,6 @@ COURSEWARE_ENABLED = True -ASKBOT_ENABLED = False +if 'TRACK_DIR' not in locals(): + ASKBOT_ENABLED = True if not COURSEWARE_ENABLED: ASKBOT_ENABLED = False