diff --git a/cms/envs/common.py b/cms/envs/common.py index 92cc46a843..715b0734af 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -126,7 +126,7 @@ FEATURES = { # Enable support for content libraries. Note that content libraries are # only supported in courses using split mongo. - 'ENABLE_CONTENT_LIBRARIES': False, + 'ENABLE_CONTENT_LIBRARIES': True, # Milestones application flag 'MILESTONES_APP': False,