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-
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-
handle(*args, **options)[source]¶ The actual logic of the command. Subclasses must implement this method.
-
help= 'Import a csv file from Google Forms.'¶
-