| changeset 718 | 5e27a39d3742 |
| parent 644 | 94429061bbfa |
| child 719 | 1c0ac4068bbe |
--- a/web/ldtplatform/config.py.tmpl Mon Jul 23 17:05:53 2012 +0200 +++ b/web/ldtplatform/config.py.tmpl Mon Jul 30 19:46:40 2012 +0200 @@ -98,5 +98,11 @@ FRONT_TAG_LIST = [u"Enmi 2011", u"film", u"conférence"] +HAYSTACK_CONNECTIONS = { + 'default': { + 'ENGINE': 'haystack.backends.simple_backend.SimpleEngine', + }, +} +