Merge pull request #28790 from edly-io/ERTE-88

Remove event routing backends from edx-platform
This commit is contained in:
Zia Fazal
2021-09-30 18:44:14 +05:00
committed by GitHub
3 changed files with 0 additions and 7 deletions

View File

@@ -1475,9 +1475,6 @@ INSTALLED_APPS = [
'common.djangoapps.track',
'eventtracking.django.apps.EventTrackingConfig',
# Backends for receiving edX LMS events
'event_routing_backends.apps.EventRoutingBackendsConfig',
# For asset pipelining
'common.djangoapps.edxmako.apps.EdxMakoConfig',
'pipeline',

View File

@@ -3150,9 +3150,6 @@ INSTALLED_APPS = [
'ratelimitbackend',
# Backends for receiving edX LMS events
'event_routing_backends.apps.EventRoutingBackendsConfig',
# Database-backed Organizations App (http://github.com/edx/edx-organizations)
'organizations',

View File

@@ -83,7 +83,6 @@ edx-django-sites-extensions
edx-django-utils>=4.0.0 # Utilities for cache, monitoring, and plugins
edx-drf-extensions
edx-enterprise
edx-event-routing-backends
edx-milestones
edx-name-affirmation
edx-organizations