submissions.management.commands.email_fellows_tasklist module

class submissions.management.commands.email_fellows_tasklist.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

Send out mail to Fellows letting them know about their open tasks.

help = 'Sends an email to Fellows with current and upcoming tasks list'
handle(*args, **kwargs)[source]

The actual logic of the command. Subclasses must implement this method.