Add status app with simple view to check celery workers

This commit is contained in:
Carlos Andrés Rocha
2013-04-03 17:33:11 -04:00
parent c05efbc31e
commit 35bd38d677
13 changed files with 174 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ MITX_FEATURES['FORCE_UNIVERSITY_DOMAIN'] = None # show all university courses i
MITX_FEATURES['ENABLE_MANUAL_GIT_RELOAD'] = True
MITX_FEATURES['ENABLE_PSYCHOMETRICS'] = False # real-time psychometrics (eg item response theory analysis in instructor dashboard)
MITX_FEATURES['ENABLE_INSTRUCTOR_ANALYTICS'] = True
MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
WIKI_ENABLED = True