From 964c20252bafa1ae6a9edab383cfd0f4101b5ab2 Mon Sep 17 00:00:00 2001 From: "J. Cliff Dyer" <jcd@sdf.org> Date: Tue, 10 Apr 2018 12:22:40 -0400 Subject: [PATCH] Add DISABLE_START_DATES setting to CMS --- cms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 470d197dc54..93f26be6979 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -166,6 +166,10 @@ FEATURES = { 'ENABLE_TEXTBOOK': True, 'ENABLE_STUDENT_NOTES': True, + # DO NOT SET TO True IN THIS FILE + # Doing so will cause all courses to be released on production + 'DISABLE_START_DATES': False, # When True, all courses will be active, regardless of start date + 'AUTH_USE_CERTIFICATES': False, # email address for studio staff (eg to request course creation) -- GitLab