diff --git a/cms/envs/common.py b/cms/envs/common.py
index 470d197dc54b920b9b5f9309f53c1bcaaf18adaf..93f26be697950a6cd2474761801c1ee7cb651a1d 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)