From 0bd04e33c495c894a01298824482157837419cfe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 25 Feb 2019 18:07:15 +0100 Subject: Manage generation of QR codes --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project') 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 -- cgit v1.2.3