mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 16:14:08 +00:00
Get rid of datadog
This commit is contained in:
parent
421b2d4124
commit
74533df152
@ -1,5 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- 2018-11-28 [Improvement] Get rid of datadog
|
||||||
- 2018-11-28 [Improvement] Upgrade docker images to ubuntu 18.04 for android, forum, notes, xqueue
|
- 2018-11-28 [Improvement] Upgrade docker images to ubuntu 18.04 for android, forum, notes, xqueue
|
||||||
- 2018-11-28 [Feature] Make it possible to define default platform language interactively
|
- 2018-11-28 [Feature] Make it possible to define default platform language interactively
|
||||||
- 2018-11-26 [Improvement] Make it easier to run a forked version of edx-platform
|
- 2018-11-26 [Improvement] Make it easier to run a forked version of edx-platform
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
from ..devstack import *
|
from ..devstack import *
|
||||||
|
|
||||||
|
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')
|
||||||
|
|
||||||
# Load module store settings from config files
|
# Load module store settings from config files
|
||||||
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
import os
|
import os
|
||||||
from ..aws import *
|
from ..aws import *
|
||||||
|
|
||||||
|
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')
|
||||||
|
|
||||||
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
||||||
|
|
||||||
MEDIA_ROOT = "/openedx/data/uploads/"
|
MEDIA_ROOT = "/openedx/data/uploads/"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
from ..devstack import *
|
from ..devstack import *
|
||||||
|
|
||||||
|
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')
|
||||||
|
|
||||||
# Load module store settings from config files
|
# Load module store settings from config files
|
||||||
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
from ..aws import *
|
from ..aws import *
|
||||||
|
|
||||||
|
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')
|
||||||
|
|
||||||
# Load module store settings from config files
|
# Load module store settings from config files
|
||||||
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
update_module_store_settings(MODULESTORE, doc_store_settings=DOC_STORE_CONFIG)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user