2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 18:47:04 +00:00

[svn] 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.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8150 by aaron @ 1/4/2009 2:06 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:26:14 +01:00
parent f525235e94
commit b7bf1b37ac
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