create-migration

star 0

Create and apply Django database migrations. Use when the user modifies models or asks to create migrations.

Fkinds By Fkinds schedule Updated 2/22/2026

name: create-migration description: Create and apply Django database migrations. Use when the user modifies models or asks to create migrations. disable-model-invocation: true

Create and apply Django migrations. Always use uv run.

1. Generate migration files

uv run python src/manage.py makemigrations

2. Apply migrations

uv run python src/manage.py migrate

3. Check for unapplied migrations

uv run python src/manage.py showmigrations
Install via CLI
npx skills add https://github.com/Fkinds/python_template --skill create-migration
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator