From 2de535ba6ccb01b1e6d175c3721b6525e93773ab Mon Sep 17 00:00:00 2001 From: jagonzalr Date: Thu, 3 Nov 2016 15:29:43 +0200 Subject: [PATCH] add comma --- 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 75971f7803..36f0fe26a0 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -165,7 +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 + 'DISABLE_LIBRARY_CREATION': False, # Milestones application flag 'MILESTONES_APP': False,