tcms.core.management.commands.init_db module

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

Bases: Command

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

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

help = 'Executes ./manage.py migrate and prints a marker at the end!'