Django skills
Top maintainers
- openclaw · 5 skills
- affaan-m · 4 skills
- carlos-asg · 4 skills
- getsentry · 2 skills
- letsrevel · 2 skills
Languages in this topic
21 skills
This skill guides safe, zero-downtime database migrations across PostgreSQL, MySQL, and ORMs, helping you plan, implement, and rollback changes confidently.
This skill guides you through Django TDD with pytest-django, factory_boy, and DRF testing to accelerate reliable API and model tests.
This skill enforces Django security best practices across authentication, authorization, CSRF, input handling, and secure deployment configurations to protect
This skill guides Django projects through a comprehensive verification loop including migrations, tests, linting, security checks, and deployment readiness.
This skill helps you implement production-grade Stripe integrations with subscriptions, webhooks, and invoicing across platforms.
This skill generates production-ready Django + DRF code with strict layering, typing, and security, plus tests and documentation.
This skill helps you manage Django projects by executing sanctioned commands and queries through predefined scripts for migrations, inspection, and versioning.
This skill bridges MQTT with Django Channels via an ASGI server, enabling real-time IoT messaging with ORM and channel layers support.
This skill helps you scaffold and optimize Django REST Framework APIs by applying best practices, serializers, views, routing, and performance patterns.
This skill helps you audit Django access control and IDOR risks by tracing authorization flows and identifying gaps in viewsets, queries, and permissions.
This skill performs a validated Django performance review to identify N plus 1s, unbounded queries, and missing indexes, guiding targeted optimizations.
This skill helps you analyze Django Silk profiling data to debug slow requests, detect N+1 queries, and optimize database performance.
This skill helps you update Python dependencies with UV, scan for outdated and unused packages, and safely edit pyproject.toml while preserving Django LTS.
This skill helps you configure and customize Django Unfold admin interfaces, boosting productivity with streamlined model admins, dashboards, and advanced
This skill helps you write, debug, and set up Python projects with modern tooling and frameworks like FastAPI, Django, and pandas.
This skill helps you build production-ready Django apps quickly by guiding model design, authentication, REST APIs, and deployment best practices.
This skill provides detailed guidance on Django concepts such as auth, class-based views, forms, and database operations.
This skill helps you implement and validate django-health-check configurations for reliable health endpoints in Django deployments.
This skill helps developers build modern, interactive Django apps using HTMX with class-based views for seamless partial updates and reduced JavaScript.
This skill enforces Django CBV best practices and type-safe forms, improving maintainability, security, and scalability across views, URLs, and commands.
This skill helps you render interactive Chart.js graphs in Django templates by wiring data via data-* attributes and datalabels.