From 5e731f784ac7607b7167b8744bd32a2150bb04b4 Mon Sep 17 00:00:00 2001 From: Jonathan Piacenti Date: Thu, 5 Mar 2015 15:23:23 +0000 Subject: [PATCH] Enable content libraries by default --- cms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,