Move datadog from common to openedx/core.

This commit is contained in:
Nimisha Asthagiri
2016-10-06 23:24:41 -04:00
parent 256223d07b
commit af5f7789d1
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',

View File

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

View File

@@ -1,3 +1,6 @@
"""
Start up initialization of datadog.
"""
from django.conf import settings
from dogapi import dog_stats_api, dog_http_api