Merge pull request #13675 from edx/andy/move-service-status

Move service_status from common into openedx
This commit is contained in:
Andy Armstrong
2016-10-06 20:16:07 -04:00
committed by GitHub
10 changed files with 22 additions and 21 deletions

View File

@@ -809,7 +809,7 @@ INSTALLED_APPS = (
'config_models',
# Monitor the status of services
'service_status',
'openedx.core.djangoapps.service_status',
# Testing
'django_nose',