registration.management.commands package

Submodules

registration.management.commands.export_registrations module

class registration.management.commands.export_registrations.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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

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

help = 'Export a csv file of the registered participants.'

registration.management.commands.import_registrations module

class registration.management.commands.import_registrations.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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

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

help = 'Import a csv file from Google Forms.'

Module contents