Skip to content

Commit ea0a04b

Browse files
committed
more logging
1 parent da10496 commit ea0a04b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wcivf/apps/parties/management/commands/import_local_parties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def import_from_url(self):
106106

107107
@transaction.atomic(using=DB_NAME)
108108
def handle(self, **options):
109+
self.stdout.write(f"Principal DB Name: {DB_NAME}")
109110
conn = (
110111
transaction.get_connection()
111112
) # same connection used by this atomic block

0 commit comments

Comments
 (0)