diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 39a79f671..4fa80206c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -278,6 +278,7 @@ ISHTAR_SLUGS = { } ISHTAR_MIGRATE_V4 = False +ISHTAR_DOCUMENT_VERSION = "develop" REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World |