diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |