django-pro
Installation
SKILL.md
Django Pro
Expert-level orchestration of robust Python applications using Django. Focuses on the "batteries-included" philosophy, security, and scalability.
Boundary
django-pro covers Django core (ORM, Views, Templates, Forms, Admin), Django REST Framework (DRF), Middleware, and Signals. It does NOT cover general Python language features (use python-pro for that).
When to use
- Building complex, data-driven backends with a rich admin interface.
- Implementing robust REST APIs using Django REST Framework (DRF).
- Designing applications that benefit from the "batteries-included" approach (Auth, Admin, ORM).
- Scaling existing Django applications through caching and database optimization.