Testing search.

master
Nick Sergeant 2014-10-20 19:20:54 -04:00
parent d144fabb65
commit 855d82674d
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ if 'DATABASE_URL' in os.environ:
} }
HAYSTACK_CONNECTIONS = { HAYSTACK_CONNECTIONS = {
'default': { 'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
'INDEX_NAME': 'cherry-3928285',
'URL': os.environ.get('BONSAI_URL', ''),
}, },
} }
else: else: