From 4ac3cae3fe452869dd4c26ec86f330c539741644 Mon Sep 17 00:00:00 2001 From: jagonzalr Date: Thu, 3 Nov 2016 15:06:58 +0200 Subject: [PATCH] add flag DISABLE_LIBRARY_CREATION --- cms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 89d190a0c6..75971f7803 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -165,6 +165,7 @@ FEATURES = { # Enable support for content libraries. Note that content libraries are # only supported in courses using split mongo. 'ENABLE_CONTENT_LIBRARIES': True, + 'DISABLE_LIBRARY_CREATION': False # Milestones application flag 'MILESTONES_APP': False,