forked from expo/troggle
enabled mugshots & blurb in people pages
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user