Add DISABLE_START_DATES setting to CMS

This commit is contained in:
J. Cliff Dyer
2018-04-10 12:22:40 -04:00
committed by Alex Dusenbery
parent 4bd3033185
commit 964c20252b

View File

@@ -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)