scipost.management.commands.create_contributors module

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

Bases: django.core.management.base.BaseCommand

help = 'Create random Contributor objects using the factories.'
add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **kwargs)[source]

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

create_contributors(n)[source]