From 2157ef50ee6865f57c6bd5324e4072cfcf3fe1dc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Mar 2020 16:33:06 +0100 Subject: Public representation: do not display default year - display precise dating for datings --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 24c3bee35..ae795d04a 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -253,6 +253,7 @@ LIBREOFFICE_HOST = "localhost" 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_FILE_PREFIX = "" -- cgit v1.2.3