diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-02-06 00:18:48 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-02-06 00:18:48 +0000 |
commit | 5836c6ff9080285e48662b28da7286a877b0e813 (patch) | |
tree | 4b5c8859bd530c7828814cdebd9127d924bfd21d /settings.py | |
parent | a4d7183260d80d8c3d93fb87bbc54c787e171d64 (diff) | |
download | troggle-5836c6ff9080285e48662b28da7286a877b0e813.tar.gz troggle-5836c6ff9080285e48662b28da7286a877b0e813.tar.bz2 troggle-5836c6ff9080285e48662b28da7286a877b0e813.zip |
Importing old logbooks
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 6c1bec1..f8ccdbd 100644 --- a/settings.py +++ b/settings.py @@ -87,6 +87,14 @@ LOGBOOK_PARSER_SETTINGS = { "1993": ("1993/log.htm", "Parseloghtml01"), "1992": ("1992/log.htm", "Parseloghtml01"), "1991": ("1991/log.htm", "Parseloghtml01"), + "1990": ("1990/log.htm", "Parseloghtml01"), + "1989": ("1989/log.htm", "Parseloghtml01"), + "1988": ("1988/log.htm", "Parseloghtml01"), + "1987": ("1987/log.htm", "Parseloghtml01"), + "1985": ("1985/log.htm", "Parseloghtml01"), + "1984": ("1984/log.htm", "Parseloghtml01"), + "1983": ("1983/log.htm", "Parseloghtml01"), + "1982": ("1982/log.htm", "Parseloghtml01"), } APPEND_SLASH = False |