diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-26 20:14:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:57 +0200 |
commit | c33e49777af11ad8cadc311833136cbaf5872962 (patch) | |
tree | c644209eb81804406bfc5f014713dc1f62bc5ad4 /example_project | |
parent | 01945a4aeca368458236cf022b64be2b3539e66b (diff) | |
download | Ishtar-c33e49777af11ad8cadc311833136cbaf5872962.tar.bz2 Ishtar-c33e49777af11ad8cadc311833136cbaf5872962.zip |
QR code: QR code export, display on ODT and PDF
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 9c742eedf..54872e3ec 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -231,8 +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 +ISHTAR_QRCODE_VERSION = 8 # density of the QR code +ISHTAR_QRCODE_SCALE = 2 # scale of the QR code SRID = 27572 SURFACE_SRID = 2154 |