Django Conventions

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.

clostaunau 087b4ef 8 files · 101.4 KB Updated

File contents

clostaunau/holiday-card/tree/main/.claude/skills/django-conventions commit 087b4efc8d

Frequently asked questions

npx skillmds@latest add clostaunau/django-conventions