summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-05 12:17:11 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:20 +0100
commitdd0a0f87251f4b688ff8a8f6098e5f8470371e0a (patch)
tree15bbeb9d87dc8ad3924288244da924e65dd26d6b /example_project
parentdc83ecb803367927649ac7d31b525c43fcaff7de (diff)
downloadIshtar-dd0a0f87251f4b688ff8a8f6098e5f8470371e0a.tar.bz2
Ishtar-dd0a0f87251f4b688ff8a8f6098e5f8470371e0a.zip
Migration v4: disable M2M post treatment
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 4830abe42..33372bd5d 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -262,6 +262,8 @@ ISHTAR_SLUGS = {
"document-publisher": ["publisher"],
}
+ISHTAR_MIGRATE_V4 = False
+
SRID = 4326 # WGS84 - World
SURFACE_SRID = 4326 # WGS84 - World
ENCODING = "windows-1252"