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

@@ -832,7 +832,7 @@ INSTALLED_APPS = (
'eventtracking.django.apps.EventTrackingConfig',
# Monitoring
'datadog',
'openedx.core.djangoapps.datadog',
# For asset pipelining
'edxmako',