diff options
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"], |