7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-04 23:20:49 +00:00

Improve import in openedx config settings

Signed-off-by: tonytan4ever <tonytan198211@gmail.com>
This commit is contained in:
tonytan4ever 2019-02-10 13:00:23 -05:00 committed by Régis Behmo
parent 4331bc5712
commit 608e686198
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
from ..devstack import *
from cms.env.devstack import *
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')

View File

@ -1,4 +1,4 @@
from ..aws import *
from cms.env.aws import *
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')

View File

@ -1,4 +1,4 @@
from ..devstack import *
from lms.env.devstack import *
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')

View File

@ -1,4 +1,4 @@
from ..aws import *
from lms.env.aws import *
INSTALLED_APPS.remove('openedx.core.djangoapps.datadog.apps.DatadogConfig')