diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-10 07:55:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:43:48 +0100 |
commit | 2a28770954bd2eb699995e5e106109601f87fd1e (patch) | |
tree | a61af07113bb1337a96db9ce2b91b3facf066823 /example_project/settings.py | |
parent | 0c570f9ecababa6943852f067ac969886bed2c18 (diff) | |
download | Ishtar-2a28770954bd2eb699995e5e106109601f87fd1e.tar.bz2 Ishtar-2a28770954bd2eb699995e5e106109601f87fd1e.zip |
✨ Display the latest forum entries on the user home page (#5812)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 726ccda8e..663bb326c 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -268,6 +268,7 @@ LIBREOFFICE_HOST = "localhost" # Ishtar custom +ISHTAR_FEED_URL = "https://discourse.ishtar-archeo.net/latest.rss" ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 6 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code |