From e60666c795e1531fda90013a001ac6dbc58b5667 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 20 Mar 2020 19:40:24 +0100 Subject: Refactoring and many fixes on file module --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index a5d1d3b3e..24c3bee35 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -254,6 +254,8 @@ ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 6 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code +ISHTAR_FILE_PREFIX = "" + SRID = 4326 # WGS84 - World SURFACE_SRID = 4326 # WGS84 - World ENCODING = 'windows-1252' -- cgit v1.2.3