equal
deleted
inserted
replaced
98 |
98 |
99 FRONT_TAG_LIST = [u"Enmi 2011", u"film", u"conférence"] |
99 FRONT_TAG_LIST = [u"Enmi 2011", u"film", u"conférence"] |
100 |
100 |
101 HAYSTACK_CONNECTIONS = { |
101 HAYSTACK_CONNECTIONS = { |
102 'default': { |
102 'default': { |
|
103 #for elasticsearch use ldt.indexation.backends.elasticsearch_backend.ElasticsearchSearchEngine |
103 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', |
104 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', |
104 }, |
105 }, |
105 } |
106 } |
106 |
107 |
107 |
108 |