tcms.core.management.commands.initial_setup module

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

Bases: BaseCommand

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

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

help = 'Performs initial setup of *NEW* Kiwi TCMS installation.'