Merge pull request #28790 from edly-io/ERTE-88
Remove event routing backends from edx-platform
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user