Commit 851bf3e6 by Piotr Mitros

Fixed revery in settings.py

parent 1fb47e9c
COURSEWARE_ENABLED = True
ASKBOT_ENABLED = False
if 'TRACK_DIR' not in locals():
ASKBOT_ENABLED = True
if not COURSEWARE_ENABLED:
ASKBOT_ENABLED = False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment