diff options
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index c479d1bae..267370945 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -237,7 +237,7 @@ LIBREOFFICE_HOST = "localhost"  # Ishtar custom  ISHTAR_MAP_MAX_ITEMS = 50000 -ISHTAR_QRCODE_VERSION = 5  # density of the QR code +ISHTAR_QRCODE_VERSION = 6  # density of the QR code  ISHTAR_QRCODE_SCALE = 2  # scale of the QR code  SRID = 4326  # WGS84 - World | 
