enable instructor dashboard in lms/envs/dev

This commit is contained in:
Miles Steele
2013-08-13 11:05:20 -04:00
parent f88de3920a
commit 47ae2f6429

View File

@@ -29,7 +29,7 @@ MITX_FEATURES['ENABLE_PSYCHOMETRICS'] = False # real-time psychometrics (eg i
MITX_FEATURES['ENABLE_INSTRUCTOR_ANALYTICS'] = True
MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
MITX_FEATURES['ENABLE_HINTER_INSTRUCTOR_VIEW'] = True
MITX_FEATURES['ENABLE_INSTRUCTOR_BETA_DASHBOARD'] = False
MITX_FEATURES['ENABLE_INSTRUCTOR_BETA_DASHBOARD'] = True
WIKI_ENABLED = True