2
0
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:
2025-01-20 02:07:26 +00:00
parent 79cf342d33
commit 4d49eefccb
9 changed files with 186 additions and 6 deletions

View File

@@ -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():