diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-03-14 19:53:01 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-03-14 19:53:01 +0000 |
commit | b3490aa52d0a7f36bb2675ee8fb5825550684e97 (patch) | |
tree | 7b3516688612d9546a58079f1b581a125a855003 /parsers/people.py | |
parent | 7325d934f985407ad121e967600f0d5aed08e8b3 (diff) | |
download | troggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.tar.gz troggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.tar.bz2 troggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.zip |
current year auto
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py index fc83be2..dd4d896 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -89,6 +89,13 @@ def load_people_expos(): """This is where the folk.csv file is parsed to read people's names. Which it gets wrong for people like Lydia-Clare Leather and various 'von' and 'de' middle 'names' and McLean and Mclean and McAdam - interaction with the url parser in urls.py too + + This is ALSO where all the Expedition objects get created. So this is the point at which troggle + gets told what expeditions exist. + + Given that we need to do stuff for the coming expo, well before we update the folk list, + the Expedition object for the coming expo is created elsewhere - in addition to + those created here, if it does not exist. """ DataIssue.objects.filter(parser="people").delete() |