Merge pull request #36948 from openedx/sameeramin/ENT-10591

feat: add Channel Integrations apps to settings
This commit is contained in:
Muhammad Sameer Amin
2025-06-30 19:25:08 +05:00
committed by GitHub

View File

@@ -4127,6 +4127,16 @@ OPTIONAL_APPS = [
('integrated_channels.canvas', None),
('integrated_channels.moodle', None),
# Channel Integrations Apps
('channel_integrations.integrated_channel', None),
('channel_integrations.degreed2', None),
('channel_integrations.sap_success_factors', None),
('channel_integrations.cornerstone', None),
('channel_integrations.xapi', None),
('channel_integrations.blackboard', None),
('channel_integrations.canvas', None),
('channel_integrations.moodle', None),
# Required by the Enterprise App
('django_object_actions', None), # https://github.com/crccheck/django-object-actions
]