From 5a70796bc297e8e2b64d3925e3c916697770ae9b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Mar 2025 14:53:44 +0100 Subject: 🐛 archaeological files: manage business for deadlines (refs #6218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project/settings.py') 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"], -- cgit v1.2.3