Skip to content
Snippets Groups Projects
Commit 9682aea9 authored by Piotr Mitros's avatar Piotr Mitros
Browse files

Stupid typo in settings.py

parent 5859f466
No related branches found
No related tags found
No related merge requests found
if 'COURSEWARE_ENABLED' not in locals():
COURSEWARE_ENABLED = True
if 'TRACK_DIR' not in locals():
if 'ASKBOT_ENABLED' not in locals():
ASKBOT_ENABLED = True
if not COURSEWARE_ENABLED:
ASKBOT_ENABLED = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment