Enable course reruns by default.

TNL-1380
This commit is contained in:
cahrens
2015-02-11 13:21:10 -05:00
parent a2df7af5db
commit 0d2969909f
6 changed files with 18 additions and 22 deletions

View File

@@ -163,9 +163,8 @@ DEBUG_TOOLBAR_CONFIG = {
# Stacktraces slow down page loads drastically (for pages with lots of queries).
DEBUG_TOOLBAR_MONGO_STACKTRACES = False
# Enable URL that shows information about the status of variuous services
# Enable URL that shows information about the status of various services
FEATURES['ENABLE_SERVICE_STATUS'] = True
FEATURES['ALLOW_COURSE_RERUNS'] = True
############################# SEGMENT-IO ##################################