tcms.core.management.commands.set_domain module

class tcms.core.management.commands.set_domain.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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

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

help = 'Sets the domain of Kiwi TCMS instance. If no arguments given returns current domain.'