Vypisujeme i uživatele, pro ulehčení webařům :-)

This commit is contained in:
MaM Web user 2023-06-17 21:38:51 +02:00
parent 5b5a83b4d5
commit 166fe0862a

View file

@ -32,4 +32,4 @@ class Command(BaseCommand):
if len(stari_orgove) > 0: if len(stari_orgove) > 0:
print('Staří orgové, kterým zóstala práva a neměla:') print('Staří orgové, kterým zóstala práva a neměla:')
for x in stari_orgove: for x in stari_orgove:
print(f'\t{x}') print(f'\t{x}\torg: {x.osoba.user.username}')