diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-28 13:56:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-28 14:14:30 +0100 |
commit | b50d1c6ccb9c304484fe346b1ddfcab2465b3661 (patch) | |
tree | 04a2c1607adcb2cfedbfc3750bdb8495d463f7c1 /example_project/settings.py | |
parent | 286fc6ba44ac9f0c51d929bb65df590828c97ce3 (diff) | |
download | Ishtar-b50d1c6ccb9c304484fe346b1ddfcab2465b3661.tar.bz2 Ishtar-b50d1c6ccb9c304484fe346b1ddfcab2465b3661.zip |
📝 update documentation for permissions on v4.4
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index a4a2b72f5..0ccbb03a5 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -282,7 +282,7 @@ ISHTAR_SLUGS = { } ISHTAR_MIGRATE_V4 = False -ISHTAR_DOCUMENT_VERSION = "develop" +ISHTAR_DOCUMENT_VERSION = "develop-4.4" REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World |