From ba239125f10df00fb9a64e34270bef56cbb91ef3 Mon Sep 17 00:00:00 2001 From: jsa Date: Wed, 29 Jul 2015 17:40:57 -0400 Subject: [PATCH] disable course discovery feature by default in devstack. --- lms/envs/devstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index ca98653994..dba5761d41 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -159,7 +159,7 @@ COURSE_DISCOVERY_MEANINGS = { 'language': LANGUAGE_MAP, } -FEATURES['ENABLE_COURSE_DISCOVERY'] = True +FEATURES['ENABLE_COURSE_DISCOVERY'] = False FEATURES['COURSES_ARE_BROWSEABLE'] = True HOMEPAGE_COURSE_MAX = 9