django-components
Installation
SKILL.md
Django Components
Complete reference for all 33 Django components -- patterns, APIs, configuration, and best practices for Python 3.10+ and Django 6.0.
Component Index
Models & Database
- Models -- Model definition, field types, Meta options, inheritance, managers -> reference
- QuerySets -- QuerySet API, field lookups, Q objects, F expressions, aggregation -> reference
- Migrations -- Migration workflow, operations, data migrations, squashing -> reference
- Database Functions -- Database functions, conditional expressions, full-text search -> reference
Views & HTTP
- Views -- Function-based views, shortcuts (render, redirect, get_object_or_404) -> reference
- Class-Based Views -- ListView, DetailView, CreateView, UpdateView, DeleteView, mixins -> reference
- URL Routing -- URL configuration, path(), re_path(), namespaces, reverse() -> reference
- Middleware -- Middleware architecture, built-in middleware, custom middleware -> reference
- Request & Response -- HttpRequest, HttpResponse, JsonResponse, StreamingHttpResponse -> reference