diff options
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 |