Commit bf00fe0e by Jim Abramson

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

disable course discovery feature by default in devstack.
parents 7b01ed61 ba239125
...@@ -159,7 +159,7 @@ COURSE_DISCOVERY_MEANINGS = { ...@@ -159,7 +159,7 @@ COURSE_DISCOVERY_MEANINGS = {
'language': LANGUAGE_MAP, 'language': LANGUAGE_MAP,
} }
FEATURES['ENABLE_COURSE_DISCOVERY'] = True FEATURES['ENABLE_COURSE_DISCOVERY'] = False
FEATURES['COURSES_ARE_BROWSEABLE'] = True FEATURES['COURSES_ARE_BROWSEABLE'] = True
HOMEPAGE_COURSE_MAX = 9 HOMEPAGE_COURSE_MAX = 9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment