diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 15:30:15 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 15:30:15 +0000 |
commit | 1fcb2c520385209e0e90ac7e4a89a9057a25b1c2 (patch) | |
tree | e2d0d45bde0e1e6eaa51706a39930a0ff1ed0df5 /parsers/people.py | |
parent | 960958c9227b6b58399cf15cc5ecbfe6611649a3 (diff) | |
download | troggle-1fcb2c520385209e0e90ac7e4a89a9057a25b1c2.tar.gz troggle-1fcb2c520385209e0e90ac7e4a89a9057a25b1c2.tar.bz2 troggle-1fcb2c520385209e0e90ac7e4a89a9057a25b1c2.zip |
generated to-do lists updated
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py index 8f043d4..96bda41 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -17,6 +17,10 @@ The standalone script needs to be renedred defucnt, and all the parsing needs to or they should use the same code by importing a module. """ +todo = """ +- [copy these from paper notes] +""" + def parse_blurb(personline, header, person): """create mugshot Photo instance Would be better if all this was done before the Person object was created in the db, then it would not |