colleges.management.commands.create_nomination_voting_rounds module

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

Bases: django.core.management.base.BaseCommand

help = 'Create voting rounds for nominations requiring handling.'
handle(*args, **kwargs)[source]

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