From 67067a34f520f8f0c850df84f014a94359ae197b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 20 Jun 2024 15:55:58 +0200 Subject: ✨ display inline help for searches - 💄 new syle for help MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 39a79f671..4fa80206c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -278,6 +278,7 @@ ISHTAR_SLUGS = { } ISHTAR_MIGRATE_V4 = False +ISHTAR_DOCUMENT_VERSION = "develop" REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World -- cgit v1.2.3