Manage Django database migrations (makemigrations, migrate, squash).
Scanned 9/2/2026
Install to Claude Code
npx -y skills add korchasa/flowai --skill django-migrations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Django Migrations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/korchasa-django-migrations)More formats (shields.io, HTML) on the badges page.
---
name: django-migrations
description: Manage Django database migrations (makemigrations, migrate, squash).
---
# Django Migrations
## Instructions
1. Run `python manage.py makemigrations` to create new migrations.
2. Run `python manage.py migrate` to apply migrations.
3. Use `python manage.py squashmigrations` to reduce migration count.
4. Always check `models.py` before creating migrations.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!