equal
deleted
inserted
replaced
100 |
100 |
101 HAYSTACK_CONNECTIONS = { |
101 HAYSTACK_CONNECTIONS = { |
102 'default': { |
102 'default': { |
103 #for elasticsearch use ldt.indexation.backends.elasticsearch_backend.ElasticsearchSearchEngine |
103 #for elasticsearch use ldt.indexation.backends.elasticsearch_backend.ElasticsearchSearchEngine |
104 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', |
104 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', |
|
105 #'URL': 'http://127.0.0.1:9200/', |
|
106 #'INDEX_NAME': 'ldt', |
105 }, |
107 }, |
106 } |
108 } |
107 |
|
108 |
|
109 |
|