Project
Django Web API Template
A template repository for building REST APIs with Django and Django REST Framework, with Poetry, environment-based config, and a working local dev setup.
A reusable starting point for Django-based REST APIs. Comes with Django REST Framework wired up, a Poetry-managed virtualenv, environment-based configuration (with a local override pattern to keep secrets out of the repo), and a Makefile covering migrations, superuser creation, and serving.
Structured to be cloned and extended rather than generated — the layout reflects conventions from production Django services.