1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-02-05 23:03:03 +00:00

Update extract_ml_registrations.py

This commit is contained in:
thomasl 2024-06-03 22:58:48 +02:00
parent b17780e5e9
commit 08455e6e60

View File

@ -57,7 +57,7 @@ class Command(BaseCommand):
for user in User.objects.filter(profile__ml_art_registration=True).all(): for user in User.objects.filter(profile__ml_art_registration=True).all():
self.stdout.write(user.email) self.stdout.write(user.email)
nb+=1 nb+=1
print(nb) self.stdout.write(user.email)
return return
if options["type"] == "sport": if options["type"] == "sport":