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', + } +}