Documentation
Create a new Client Contact from a given Client UUID.
Classes
Command([stdout, stderr, no_color, force_color])
Command
Usage:
Bases: BaseCommand
BaseCommand
python manage.py create_client_contact <client_uuid> <contact_name> <contact_email> <contact_url>
Bases: StrEnum
StrEnum
Entry point for subclassed commands to add custom arguments.
The actual logic of the command. Subclasses must implement this method.