ERTE-88 Remove event routing backends from edx-platform
This commit is contained in:
@@ -1477,9 +1477,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',
|
||||
|
||||
@@ -3141,9 +3141,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',
|
||||
|
||||
|
||||
@@ -84,7 +84,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