From 4d49eefccbac393ca21b81bc35f7a632b4af1178 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 20 Jan 2025 02:07:26 +0000 Subject: encryption round-trip works --- parsers/imports.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'parsers/imports.py') diff --git a/parsers/imports.py b/parsers/imports.py index 743ab12..07b6755 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -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(): -- cgit v1.2.3