[svn r8150] Added new photo model.

Logbook parser now looks for mugshots when adding people. If it finds an image, it adds a new photo model instance linked to that person. If it finds an html page, it adds the body text of that page as the person's "blurb" and then adds the mugshot.

My interface web design isn't working, sorry. Need a blank slate on that one.
This commit is contained in:
aaron
2009-01-04 15:06:01 +01:00
parent 7197906ea2
commit 785a130d0c
4 changed files with 96 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ user.is_staff = True
user.is_superuser = True
user.save()
import parsers.logbooks
import parsers.cavetab
import parsers.logbooks
import parsers.QMs
import parsers.survex