thunderbird_accounts.client.management.commands.create_client_contact

Create a new Client Contact from a given Client UUID.

Classes

Command([stdout, stderr, no_color, force_color])

Usage:

class thunderbird_accounts.client.management.commands.create_client_contact.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

Usage:

python manage.py create_client_contact <client_uuid> <contact_name> <contact_email> <contact_url>
class ReturnCodes(*values)[source]

Bases: StrEnum

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.