From 71c41cfb9239476816d64e9582e85e67edca0705 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Mon, 18 Aug 2014 16:14:54 -0400 Subject: [PATCH] fixup! Set GlobalStaff permissions on reruns --- cms/envs/dev.py | 1 + 1 file changed, 1 insertion(+) 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 ##################################