Skip to content

Instantly share code, notes, and snippets.

@mustafaileri
Last active December 5, 2016 20:47
Show Gist options
  • Save mustafaileri/12acd84fa6ad8a58dfdee06125ce5c51 to your computer and use it in GitHub Desktop.
Save mustafaileri/12acd84fa6ad8a58dfdee06125ce5c51 to your computer and use it in GitHub Desktop.
drf-haystack_settings
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': 'http://elastic:9200/',
'INDEX_NAME': 'index?name',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment