Move monitoring from common to openedx/core

This commit is contained in:
Nimisha Asthagiri
2016-10-06 23:43:43 -04:00
parent 0f3a146177
commit c8bca627f0
7 changed files with 17 additions and 8 deletions

View File

@@ -868,7 +868,7 @@ INSTALLED_APPS = (
'embargo',
# Monitoring signals
'monitoring',
'openedx.core.djangoapps.monitoring',
# Course action state
'course_action_state',