diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-01 17:37:18 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:28 +0200 |
commit | 4719aa7484b0602061c8662bc00f130aef9079dd (patch) | |
tree | 2a399c7bbb37e7792f9ab75e46a0cb821426c646 /example_project | |
parent | b69789fac685745ae7bcb144262eb9dfea44286d (diff) | |
download | Ishtar-4719aa7484b0602061c8662bc00f130aef9079dd.tar.bz2 Ishtar-4719aa7484b0602061c8662bc00f130aef9079dd.zip |
Manage tiny urls for QR codes
Diffstat (limited to 'example_project')
-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 168f17b06..8f59a58e3 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -234,7 +234,7 @@ USE_BACKGROUND_TASK = False # Ishtar custom ISHTAR_MAP_MAX_ITEMS = 50000 -ISHTAR_QRCODE_VERSION = 8 # density of the QR code +ISHTAR_QRCODE_VERSION = 5 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code SRID = 4326 # WGS84 - World |