diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-20 15:55:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-20 15:55:58 +0200 |
commit | 67067a34f520f8f0c850df84f014a94359ae197b (patch) | |
tree | c87b8d775fadced626c845d0f26d2cf47e9cacda /example_project/settings.py | |
parent | 5b0fe60ad676f4e1f8416f68f8856948d280c740 (diff) | |
download | Ishtar-67067a34f520f8f0c850df84f014a94359ae197b.tar.bz2 Ishtar-67067a34f520f8f0c850df84f014a94359ae197b.zip |
✨ display inline help for searches - 💄 new syle for help
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |