submissions.management.commands.send_refereeing_reminders module

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

Bases: django.core.management.base.BaseCommand

help = 'Sends all email reminders needed for Submissions undergoing refereeing'
handle(*args, **options)[source]

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