ERTE-88 Remove event routing backends from edx-platform

This commit is contained in:
RehanAziz
2021-09-28 17:24:52 +05:00
parent 2845786a14
commit f6f45eab50
3 changed files with 0 additions and 7 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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