From 709b720be9ee0abca7c4dbccb91dadb50da5725b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 10 Feb 2023 00:05:04 +0000 Subject: Update URLs to django documn version --- parsers/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/logbooks.py') diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 6afd620..47dd9ba 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -39,7 +39,7 @@ todo = """ file_in = open(logbookfile,'rb') txt = file_in.read().decode("latin1") -- use Fixtures https://docs.djangoproject.com/en/4.1/ref/django-admin/#django-admin-loaddata to cache +- use Fixtures https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-loaddata to cache data for old logbooks? Not worth it.. """ MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200 -- cgit v1.2.3