django-patterns
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
Content Preview
--- name: django-patterns description: Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps. --- # Django 開発パターン スケーラブルで保守可能なアプリケーションのための本番グレードのDjangoアーキテクチャパターン。 ## いつ有効化するか - Djangoウェブアプリケーションを構築するとき - Django REST Framework APIを設計するとき - Django ORMとモデルを扱うとき - Djangoプロジェクト構造を設定するとき - キャッシング、シグナル、ミドルウェアを実装するとき ## プロジェクト構造 ### 推奨レイアウト ``` myproject/ ├── config/ │ ├── __init__.py │ ├── settings/ │ │
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/django-patterns.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/ja-JP/skills/django-patterns/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/ja-JP/skills/django-patterns/SKILL.md
Related Skills
django-patterns
Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
django-patternsdjangopatterns
by rohitg00 · awesome-claude-toolkit
django-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
django-securitydjangosecuritysql
by affaan-m · everything-claude-code
django-tdd
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
django-tdddjangotddtesting
by affaan-m · everything-claude-code
django-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
django-verificationdjangoverificationsecurity
by affaan-m · everything-claude-code