From 12c78be4ec9f89325ad80c148c92b6a306969bb5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 Feb 2021 16:55:12 +0100 Subject: Container: generate index by location not responsibility --- example_project/settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index d7c382f71..8e2ad2e01 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -293,9 +293,6 @@ ISHTAR_SEARCH_LANGUAGE = "french" ISHTAR_SECURE = True -# index by warehouse or on the whole database -ISHTAR_CONTAINER_INDEX = 'warehouse' # or "general" - ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks -- cgit v1.2.3