django-docker-template
django-docker-template contiene 3 skills recopiladas de firdavsDev, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Scaffold a new DRF endpoint inside an existing app under src/apps/, following this template's one-endpoint-per-view-module layout (own view module + callable, re-exported via __init__.py, wired into urls/, enveloped via CustomResponseMixin). Use when the user asks to add/create a new API endpoint, view, or route to an existing app.
Scaffold a new Django app under src/apps/ following this template's sub-package layout (models/, managers/, serializers/, services/, views/, urls/) and wire it into settings and v1 URLs. Use when the user asks to create/add a new Django app.
Turn this Django template into a new project by replacing `name` placeholders (Docker image names, container labels, README) with the real project name. Use when starting a new project from this template.