diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 02200fb..cc5ed21 100644 --- a/settings.py +++ b/settings.py @@ -142,6 +142,8 @@ CHIMERE_THUMBS_SCALE_WIDTH = None # search engine CHIMERE_SEARCH_ENGINE = False +CHIMERE_SEARCH_LANGUAGE = 'french' + HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', @@ -253,6 +255,7 @@ INSTALLED_APPS = [ 'django.contrib.sites', 'django.contrib.gis', 'django.contrib.staticfiles', + 'django.contrib.postgres', ] # celery |