diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-22 11:58:16 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-22 11:59:20 +0100 |
| commit | 9604354a323e88908b1d12a481f77879dc93c4bd (patch) | |
| tree | e95054f06ee874b7dcc5f9daf9bafc8d67e4c0ac | |
| parent | 3bd682b730198c69f76366ef456893c9d2b68fb3 (diff) | |
| download | Ishtar-9604354a323e88908b1d12a481f77879dc93c4bd.tar.bz2 Ishtar-9604354a323e88908b1d12a481f77879dc93c4bd.zip | |
🐛 settings: fix document version
| -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 bcd158e0c..ba228d2f0 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -292,7 +292,7 @@ ISHTAR_SLUGS = { } ISHTAR_MIGRATE_V4 = False -ISHTAR_DOCUMENT_VERSION = "develop-4.4" +ISHTAR_DOCUMENT_VERSION = "develop-5.0" REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World |
