X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/06688111dda268136a44ef94d7a7586c0c8eb6ce..b2579d9bb692cf293f8dea475103c60b286980b0:/wtem/management/commands/wtem_email_teachers.py?ds=sidebyside diff --git a/wtem/management/commands/wtem_email_teachers.py b/wtem/management/commands/wtem_email_teachers.py index c8e95c3..b2f1314 100644 --- a/wtem/management/commands/wtem_email_teachers.py +++ b/wtem/management/commands/wtem_email_teachers.py @@ -12,7 +12,8 @@ class Command(BaseCommand): sent = 0 failed = 0 - contacts = Contact.objects.filter(form_tag='olimpiada').order_by('contact').distinct('contact') + contacts = Contact.objects.filter(form_tag='olimpiada').exclude(contact=None).order_by('contact')\ + .distinct('contact') template_name = args[0] emails = args[1:] if emails: