Merge pull request #9124 from edx/jsa/no-course-discovery-in-devstack

disable course discovery feature by default in devstack.
This commit is contained in:
Jim Abramson
2015-07-30 10:33:06 -04:00

View File

@@ -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