(ctx: CLIContext, _args: argparse.Namespace)
| 816 | |
| 817 | |
| 818 | async def _run_shell(ctx: CLIContext, _args: argparse.Namespace) -> None: |
| 819 | await shell(ctx) |
| 820 | |
| 821 | |
| 822 | async def _run_makemigrations(ctx: CLIContext, args: argparse.Namespace) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…