Fixed revery in settings.py

This commit is contained in:
Piotr Mitros
2012-01-16 18:19:27 -05:00
parent 1fb47e9cdd
commit 851bf3e692

View File

@@ -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