Move datadog startup.py over to AppConfig::ready

This commit is contained in:
John Eskew
2017-11-02 17:07:16 -04:00
parent 42396560f1
commit 65433c9cd4
4 changed files with 34 additions and 29 deletions

View File

@@ -963,7 +963,7 @@ INSTALLED_APPS = [
'eventtracking.django.apps.EventTrackingConfig',
# Monitoring
'openedx.core.djangoapps.datadog',
'openedx.core.djangoapps.datadog.apps.DatadogConfig',
# For asset pipelining
'edxmako.apps.EdxMakoConfig',