diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-23 16:33:06 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-23 16:33:06 +0100 |
commit | 2157ef50ee6865f57c6bd5324e4072cfcf3fe1dc (patch) | |
tree | 9678400b7b21a22b17ccc4bc5e7b8e46fe51e471 /example_project/settings.py | |
parent | affe6fe93f85d8400663bed15a15ae1bce3d3e11 (diff) | |
download | Ishtar-2157ef50ee6865f57c6bd5324e4072cfcf3fe1dc.tar.bz2 Ishtar-2157ef50ee6865f57c6bd5324e4072cfcf3fe1dc.zip |
Public representation: do not display default year - display precise dating for datings
Diffstat (limited to 'example_project/settings.py')
-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 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 = "" |