Fixed two minor errors. setting -> settings, default PERF_STATS in settings.py

--HG--
rename : setting_no_askbot.py => settings_no_askbot.py
This commit is contained in:
Piotr Mitros
2012-01-16 11:38:41 -05:00
parent 86bc89fd23
commit d65d268045
2 changed files with 1 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
PERFSTATS = False
COURSEWARE_ENABLED = True
if 'ASKBOT_ENABLED' not in locals():