Python Django Architecture

Use this skill when the user says 'Django structure', 'Django architecture', 'Django apps', 'Django clean arch', 'Django ORM', 'Django REST framework', 'DRF', or when building a Django application. This skill enforces: one Django app per bounded context, service layer pattern separating business logic from models, thin views that delegate to services, DRF serializers as DTOs, and signals that trigger services (no business logic in signals). Requires Django in dependencies. Do NOT use for: FastAPI projects, Flask, or non-Django Python backend.

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/python/django commit 595bd88d1f

Frequently asked questions

npx skillmds@latest add j4flmao/python-django-architecture