diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 | 
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"  | 
