mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 14:47:08 +00:00
encryption round-trip works
This commit is contained in:
@@ -26,6 +26,12 @@ def import_people():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.people.load_people_expos()
|
||||
|
||||
def import_users():
|
||||
print("-- Importing troggle Users (users.json) to ", end="")
|
||||
print(django.db.connections.databases["default"]["NAME"])
|
||||
with transaction.atomic():
|
||||
troggle.parsers.people.load_users()
|
||||
|
||||
def import_surveyscans():
|
||||
print("-- Importing Survey Scans and Wallets")
|
||||
with transaction.atomic():
|
||||
|
||||
Reference in New Issue
Block a user