shouldn't commit env config

This commit is contained in:
Rocky Duan
2012-08-19 10:42:45 -07:00
parent 6164c87074
commit 991bb01af4
2 changed files with 7 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ PERFSTATS = False
# Features
MITX_FEATURES = {
'SAMPLE' : False,
'USE_DJANGO_PIPELINE' : False,
'USE_DJANGO_PIPELINE' : True,
'DISPLAY_HISTOGRAMS_TO_STAFF' : True,
'REROUTE_ACTIVATION_EMAIL' : False, # nonempty string = address for all activation emails
'DEBUG_LEVEL' : 0, # 0 = lowest level, least verbose, 255 = max level, most verbose