mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-25 00:42:23 +00:00
Update extract_ml_registrations.py
This commit is contained in:
parent
b17780e5e9
commit
08455e6e60
@ -57,7 +57,7 @@ class Command(BaseCommand):
|
||||
for user in User.objects.filter(profile__ml_art_registration=True).all():
|
||||
self.stdout.write(user.email)
|
||||
nb+=1
|
||||
print(nb)
|
||||
self.stdout.write(user.email)
|
||||
return
|
||||
|
||||
if options["type"] == "sport":
|
||||
|
Loading…
Reference in New Issue
Block a user