summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-03-20 19:40:24 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-03-20 19:40:24 +0100
commite60666c795e1531fda90013a001ac6dbc58b5667 (patch)
treed5fc7bd1cb9d8dab4c967fcad6dccba5e6b3517a /example_project/settings.py
parent3674706764068d37ad0aca120a49e37c1ed291ec (diff)
downloadIshtar-e60666c795e1531fda90013a001ac6dbc58b5667.tar.bz2
Ishtar-e60666c795e1531fda90013a001ac6dbc58b5667.zip
Refactoring and many fixes on file module
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 2 insertions, 0 deletions
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'