mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 08:07:15 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user