diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-25 18:07:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:57 +0200 |
commit | 9937ed0dc9779d505633585a2fad2403b89c5b7f (patch) | |
tree | 068c7b4348f5fe28d4ab4ec50bbc1c3dbbf89271 /example_project | |
parent | 959471fcc4a1a8d39aab9202eb88816be14e90b2 (diff) | |
download | Ishtar-9937ed0dc9779d505633585a2fad2403b89c5b7f.tar.bz2 Ishtar-9937ed0dc9779d505633585a2fad2403b89c5b7f.zip |
Manage generation of QR codes
Diffstat (limited to 'example_project')
-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 bedcfaec7..9c742eedf 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -231,6 +231,8 @@ USE_BACKGROUND_TASK = False # Ishtar custom ISHTAR_MAP_MAX_ITEMS = 50000 +ISHTAR_QRCODE_VERSION = 10 # density of the QR code +ISHTAR_QRCODE_SCALE = 3 # scale of the QR code SRID = 27572 SURFACE_SRID = 2154 |