diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-14 14:53:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-17 19:46:07 +0100 |
commit | 5a70796bc297e8e2b64d3925e3c916697770ae9b (patch) | |
tree | 4928b092da84b3b5c70362eca7681d9d16e1bfa0 /example_project | |
parent | 35cf272b8602d89fda1b13653442323fda46835c (diff) | |
download | Ishtar-5a70796bc297e8e2b64d3925e3c916697770ae9b.tar.bz2 Ishtar-5a70796bc297e8e2b64d3925e3c916697770ae9b.zip |
🐛 archaeological files: manage business for deadlines (refs #6218)
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 623c7195b..ae1a8f642 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -276,6 +276,8 @@ 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 +# exclude business days from deadline calculation +ISHTAR_FILE_EXCLUDE_BUSSINESS_DAYS = True ISHTAR_SLUGS = { "document-publisher": ["publisher"], |