backend-applications
Django + DRF API with feature apps, OpenAPI-friendly health probes, uv, Ruff, and pytest-django. Use when you want Django's ORM and admin with a clean API layout.
This template provides a solid foundation for building django-backend applications. It comes with all the essential tools and configurations to help you get started quickly.
The Django API template is designed to help developers jumpstart their projects with best practices, modern tooling, and a well-structured codebase.
Enhance your Django API with these powerful extensions
Get started quickly with these popular template and extension combinations
django-backend
ci
$ uvx create-awesome-python-app \
--template django-api \
--addons github-setup
django-backend
editor
$ uvx create-awesome-python-app \
--template django-api \
--addons development-container
django-backend
database
$ uvx create-awesome-python-app \
--template django-api \
--addons postgres
django-backend
containers
$ uvx create-awesome-python-app \
--template django-api \
--addons django-docker
Start creating your awesome Python app with this template