scipost.management.commands.export_contributors module

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

Bases: django.core.management.base.BaseCommand

Use this command to export the Contributor table. One could filter the export by simply using the –group argument.

For example, one could run: $ ./manage.py export_contributors –group ‘Registered Contributors’

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.