From cee233fb87e42afc8b5ffc241d1fcd4f12139bc4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Jun 2025 11:38:00 +0200 Subject: 🐛 regenerate QRCode when file is missing - better scale for QRCode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 726ccda8e..66b429bab 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -270,7 +270,7 @@ LIBREOFFICE_HOST = "localhost" ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 6 # density of the QR code -ISHTAR_QRCODE_SCALE = 2 # scale of the QR code +ISHTAR_QRCODE_SCALE = 5 # scale of the QR code ISHTAR_DEFAULT_YEAR = 1900 ISHTAR_SLUGS = { -- cgit v1.2.3