added MITX_FEATURES['USE_DJANGO_PIPELINE'] to env.common, fix main.html accordingly

This commit is contained in:
ichuang
2012-06-05 21:41:39 -04:00
parent fc791ad852
commit 71db490a10
4 changed files with 25 additions and 12 deletions

View File

@@ -27,6 +27,8 @@ 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
COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'title' : 'Circuits and Electronics',
'xmlpath': '/6002x/',