django_sorcery.management.commands.sorcery_stamp module¶
Stamp command.
-
django_sorcery.management.commands.sorcery_stamp.Command¶ alias of
django_sorcery.management.commands.sorcery_stamp.Stamp
-
class
django_sorcery.management.commands.sorcery_stamp.Stamp(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶ Bases:
django_sorcery.management.alembic.AlembicCommandStamp the revision table with migration revisions, doesn’t run any migrations.
-
handle(app_label=None, revision=None, **kwargs)[source]¶ The actual logic of the command. Subclasses must implement this method.
-
help= "Stamp the revision table with migration revisions, doesn't run any migrations"¶
-