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