diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-12-01 09:53:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:57 +0100 |
commit | 847ae9bab5afbc2d62fa6e4b1e751096e74e4c4d (patch) | |
tree | ad5c77410653a240c1224f3107bb59ffb677ca41 /example_project | |
parent | eae583cfaddfad42ccffb7e7f09773d00c051d10 (diff) | |
download | Ishtar-847ae9bab5afbc2d62fa6e4b1e751096e74e4c4d.tar.bz2 Ishtar-847ae9bab5afbc2d62fa6e4b1e751096e74e4c4d.zip |
✨ exhibitions: "GAM" export
Diffstat (limited to 'example_project')
-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 266551171..a4a2b72f5 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -275,6 +275,7 @@ ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 6 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code ISHTAR_DEFAULT_YEAR = 1900 +ISHTAR_MUSEUM_GAM = False # France - AlimGAM export of exhibitions ISHTAR_SLUGS = { "document-publisher": ["publisher"], |