Add DISABLE_START_DATES setting to CMS
This commit is contained in:
committed by
Alex Dusenbery
parent
4bd3033185
commit
964c20252b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user