From 5bd178db63db3ff05165fc131960f198b2fbbca3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 26 Feb 2019 20:14:22 +0100 Subject: QR code: QR code export, display on ODT and PDF --- example_project/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example_project/settings.py') 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 -- cgit v1.2.3