From a20ce22c0bf62cf2c6c1ca82656587741e19a3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 18 May 2016 08:38:12 +0200 Subject: [PATCH] debian: declare haystack connections --- debian/settings.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/settings.py b/debian/settings.py index ebf37ec..4450d29 100644 --- a/debian/settings.py +++ b/debian/settings.py @@ -53,3 +53,9 @@ TIME_ZONE = 'Europe/Brussels' # HTTPS Security # CSRF_COOKIE_SECURE = True # SESSION_COOKIE_SECURE = True + +HAYSTACK_CONNECTIONS = { + 'default': { + 'ENGINE': 'hobo.multitenant.haystack.WhooshEngine', + } +}