MCPcopy
hub / github.com/tortoise/tortoise-orm / _run_makemigrations

Function _run_makemigrations

tortoise/cli/cli.py:822–823  ·  view source on GitHub ↗
(ctx: CLIContext, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

820
821
822async def _run_makemigrations(ctx: CLIContext, args: argparse.Namespace) -> None:
823 await makemigrations(ctx, tuple(args.app_labels), args.empty, args.name)
824
825
826async def _run_migrate_cmd(ctx: CLIContext, args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 1

makemigrationsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…