Skip to content
Snippets Groups Projects
Commit bf00fe0e authored by Jim Abramson's avatar Jim Abramson
Browse files

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

disable course discovery feature by default in devstack.
parents 7b01ed61 ba239125
Branches
Tags
No related merge requests found
......@@ -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
......
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