django pipeline working now (with new pip -e git+git...)

This commit is contained in:
ichuang
2012-06-10 20:05:33 -04:00
committed by Matthew Mongeau
parent 21e2ebee8b
commit cd5a4314e2
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ DEBUG = True
ENABLE_MULTICOURSE = True # set to False to disable multicourse display (see lib.util.views.mitxhome)
QUICKEDIT = True
MITX_FEATURES['USE_DJANGO_PIPELINE'] = False
# MITX_FEATURES['USE_DJANGO_PIPELINE'] = False
COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'title' : 'Circuits and Electronics',