From 185c1125428446ca2de75671614754bb1c83d4e6 Mon Sep 17 00:00:00 2001 From: Muhammad Sameer Amin <35958006+sameeramin@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:52:13 +0500 Subject: [PATCH] feat: add Channel Integrations apps to settings --- lms/envs/common.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 41ea8ffe72..48bb0e5672 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -4117,6 +4117,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 ]