Commit 5859f466 by Piotr Mitros

Run without courseware with --settings

parent 851bf3e6
COURSEWARE_ENABLED = True if 'COURSEWARE_ENABLED' not in locals():
COURSEWARE_ENABLED = True
if 'TRACK_DIR' not in locals(): if 'TRACK_DIR' not in locals():
ASKBOT_ENABLED = True ASKBOT_ENABLED = True
if not COURSEWARE_ENABLED: if not COURSEWARE_ENABLED:
......
COURSEWARE_ENABLED = False
execfile("settings.py")
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