disable course discovery feature by default in devstack.

This commit is contained in:
jsa
2015-07-29 17:40:57 -04:00
parent e793351576
commit ba239125f1

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