Add edx-search configuration to lms

remove "defensive code" until we can figure out how to actually
catch the errors,
This commit is contained in:
Bill DeRusha
2015-09-10 12:24:31 -04:00
parent 034a7261e8
commit eec2bed0c7
14 changed files with 36 additions and 96 deletions

View File

@@ -170,9 +170,6 @@ FEATURES = {
# Teams feature
'ENABLE_TEAMS': True,
# Teams search feature
'ENABLE_TEAMS_SEARCH': False,
# Show video bumper in Studio
'ENABLE_VIDEO_BUMPER': False,

View File

@@ -281,8 +281,5 @@ SEARCH_ENGINE = "search.tests.mock_search_engine.MockSearchEngine"
# teams feature
FEATURES['ENABLE_TEAMS'] = True
# teams search
FEATURES['ENABLE_TEAMS_SEARCH'] = True
# Dummy secret key for dev/test
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'