web/ldtplatform/config.py.tmpl
changeset 719 1c0ac4068bbe
parent 718 5e27a39d3742
child 722 2446fff2bea0
equal deleted inserted replaced
718:5e27a39d3742 719:1c0ac4068bbe
    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