Private
Public Access
1
0

stops on error

This commit is contained in:
Sander Roosendaal
2017-11-06 16:56:38 +01:00
parent c6346f9ed2
commit 1f477d3b7c
3 changed files with 41 additions and 23 deletions

View File

@@ -3,7 +3,10 @@
import shutil
import time
from django.conf import settings
from rowers.tasks import handle_sendemail_unrecognized
from rowers.tasks import (
handle_sendemail_unrecognized,
handle_sendemail_unrecognizedowner
)
from django_mailbox.models import Message, MessageAttachment
from rowers.models import User, Rower, RowerForm