diff --git a/cms/envs/common.py b/cms/envs/common.py index 33be61f1af..e44b5f3433 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1177,6 +1177,7 @@ INSTALLED_APPS = [ 'openedx.features.course_duration_limits', 'openedx.features.content_type_gating', + 'openedx.features.discounts', 'experiments', ]