Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. HAYSTACK_CONNECTIONS = {
  2.     'default': {
  3.         'ENGINE': 'utils.elasticsearch_backend.CustomElasticSearchEngine',
  4.         'URL': 'http://elasticsearch:9200/',
  5.         'INDEX_NAME': 'haystack',
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement