diff --git a/cms/envs/common.py b/cms/envs/common.py index 21f6d0ddad..3e91dfbaf3 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1662,6 +1662,7 @@ OPTIONAL_APPS = ( ('integrated_channels.sap_success_factors', None), ('integrated_channels.xapi', None), ('integrated_channels.cornerstone', None), + ('integrated_channels.blackboard', None), ('integrated_channels.canvas', None), ('integrated_channels.moodle', None), ) diff --git a/lms/envs/common.py b/lms/envs/common.py index f07f54855a..977bd77bce 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3348,6 +3348,7 @@ OPTIONAL_APPS = [ ('integrated_channels.sap_success_factors', None), ('integrated_channels.cornerstone', None), ('integrated_channels.xapi', None), + ('integrated_channels.blackboard', None), ('integrated_channels.canvas', None), ('integrated_channels.moodle', None),