We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac85091 commit 82682b0Copy full SHA for 82682b0
pydotorg/settings/heroku.py
@@ -26,7 +26,7 @@
26
27
HAYSTACK_CONNECTIONS = {
28
'default': {
29
- 'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
+ 'ENGINE': 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine',
30
'URL': HAYSTACK_SEARCHBOX_SSL_URL,
31
'INDEX_NAME': 'haystack-prod',
32
},
pydotorg/settings/local.py
'INDEX_NAME': 'haystack',
0 commit comments