diff options
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 |