django-conventions

Community

Enforce Django best practices from day one.

Authorclostaunau
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a comprehensive reference of Django conventions to ensure code quality, security, and maintainability across Django projects. It acts as a practical guide during code reviews and development to keep teams aligned with community best practices.

Core Features & Use Cases

  • Project structure guidance: Clear separation between project configuration and apps.
  • Model and DB patterns: Verbose names, proper field choices, indexes, Meta options, and migrations.
  • Views and DRF patterns: CBVs vs FBVs, serializers, permissions, and templates.
  • Security and performance defaults: CSRF, XSS, SQL injection prevention, and query optimization.
  • Code review usage: Reference during reviews to verify adherence to Django standards and maintainability.

Quick Start

Review a Django project against these conventions and receive a prioritized list of fixes and improvements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: django-conventions
Download link: https://github.com/clostaunau/holiday-card/archive/main.zip#django-conventions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository