scipost.management.commands.export_Fellows module

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

Bases: django.core.management.base.BaseCommand

Use this command to export the (currently active, non-guest) Fellows table.

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

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