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():
|
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":
|
||||||
|
|
Loading…
Reference in New Issue