summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-02-25 18:07:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:38:57 +0200
commit0bd04e33c495c894a01298824482157837419cfe (patch)
tree068c7b4348f5fe28d4ab4ec50bbc1c3dbbf89271 /example_project
parenta3cfba27310530c4552eff14bd43b23f9d99c53a (diff)
downloadIshtar-0bd04e33c495c894a01298824482157837419cfe.tar.bz2
Ishtar-0bd04e33c495c894a01298824482157837419cfe.zip
Manage generation of QR codes
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
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