Django Controller

Implement approved thin Django or DRF API Controllers and route wiring. Use when declaring endpoints, applying authentication or permissions, validating DTO-defined payloads, invoking Services through composition, mapping expected errors, or constructing HTTP responses. Do not use for business rules, ORM access, Repository calls, or Controller-local payload schemas.

viniciusjsdev 1a1e686 2 files · 2.7 KB Updated

File contents

viniciusjsdev/karya/tree/main/skills/django-backend-service-architect/assets/backend-project-context/.agents/skills/django-controller commit 1a1e68686c

Frequently asked questions

npx skillmds@latest add viniciusjsdev/django-controller