debian: declare haystack connections

This commit is contained in:
Frédéric Péters 2016-05-18 08:38:12 +02:00
parent d79f4a0785
commit a20ce22c0b
1 changed files with 6 additions and 0 deletions

6
debian/settings.py vendored
View File

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