diff --git a/cms/envs/dev.py b/cms/envs/dev.py index d1208c0080..fd0249d313 100644 --- a/cms/envs/dev.py +++ b/cms/envs/dev.py @@ -159,6 +159,7 @@ DEBUG_TOOLBAR_MONGO_STACKTRACES = False # Enable URL that shows information about the status of variuous services FEATURES['ENABLE_SERVICE_STATUS'] = True +FEATURES['ALLOW_COURSE_RERUNS'] = True ############################# SEGMENT-IO ##################################