django-conventions
•published 2026/03/13
Comprehensive Django best practices covering project structure, models (field choices, Meta options, managers, QuerySets, migrations), views (CBVs vs FBVs, generic views), Django REST Framework (serializers, ViewSets, permissions), forms, templates, security (CSRF, XSS, SQL injection), performance (N+1 queries, select_related, prefetch_related, caching), testing, and common anti-patterns. Essential reference for Django code reviews and development.
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add clostaunau/holiday-card/.claude/skills/django-conventionsFile Explorer
No file selected
Select a file to view its content

