Fixed revery in settings.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user