web/ldtplatform/config.py.tmpl
changeset 718 5e27a39d3742
parent 644 94429061bbfa
child 719 1c0ac4068bbe
equal deleted inserted replaced
717:d66abfc1cb87 718:5e27a39d3742
    96 
    96 
    97 FORBIDDEN_STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path="
    97 FORBIDDEN_STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path="
    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 = {
       
   102     'default': {
       
   103         'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
       
   104     },
       
   105 }
   101 
   106 
   102 
   107 
       
   108