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

@@ -156,5 +156,8 @@ DEBUG_TOOLBAR_MONGO_STACKTRACES = True
# disable NPS survey in dev mode
MITX_FEATURES['STUDIO_NPS_SURVEY'] = False
# Enable URL that shows information about the status of variuous services
MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
# segment-io key for dev
SEGMENT_IO_KEY = 'mty8edrrsg'