django_sorcery.management.commands.sorcery_heads module

Heads command.

django_sorcery.management.commands.sorcery_heads.Command

alias of django_sorcery.management.commands.sorcery_heads.ShowHeads

class django_sorcery.management.commands.sorcery_heads.ShowHeads(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django_sorcery.management.alembic.AlembicCommand

Display alembic revision heads.

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(app_label=None, verbosity=0, **kwargs)[source]

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

help = 'Display revision heads'