django-docker-template
django-docker-template contient 3 skills collectées depuis firdavsDev, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
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.