Merge pull request #13688 from edx/common_cleanup/datadog

Move datadog from common to openedx/core
This commit is contained in:
Nimisha Asthagiri
2016-10-07 14:13:34 -04:00
committed by GitHub
4 changed files with 5 additions and 2 deletions

View File

@@ -1972,7 +1972,7 @@ INSTALLED_APPS = (
'splash',
# Monitoring
'datadog',
'openedx.core.djangoapps.datadog',
# User API
'rest_framework',