django
Installation
SKILL.md
Django
When to Use
- Python web applications
- Admin interfaces
- Django REST Framework APIs
- Content-heavy sites with ORM-driven data models
When NOT to Use
- FastAPI projects — use the
frameworks/fastapiskill instead for async APIs and microservices - JavaScript/Node.js backends (Express, NestJS) — this skill is Python-only
- Microservices architectures — consider FastAPI instead for lightweight, async services