enabled mugshots & blurb in people pages

This commit is contained in:
Philip Sargent
2021-04-15 17:51:01 +01:00
parent 7124d978d3
commit 27491c933a
8 changed files with 86 additions and 57 deletions

View File

@@ -27,7 +27,7 @@ def import_people():
print("-- Importing People (folk.csv) to ",end="")
print(django.db.connections.databases['default']['NAME'])
with transaction.atomic():
troggle.parsers.people.LoadPersonsExpos()
troggle.parsers.people.load_people_expos()
def import_surveyscans():
print("-- Importing Survey Scans")