diff --git a/settings.py b/settings.py index 3dedbff..3dc5eac 100644 --- a/settings.py +++ b/settings.py @@ -6,9 +6,7 @@ if 'DATABASE_URL' in os.environ: } HAYSTACK_CONNECTIONS = { 'default': { - 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', - 'INDEX_NAME': 'cherry-3928285', - 'URL': os.environ.get('BONSAI_URL', ''), + 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', }, } else: