Django project template with production-ready defaults and Docker support.
Cookiecutter Django is a Cookiecutter template that generates production-ready Django projects with a customizable settings layout, optional ASGI/WebSocket support, background task processing, and a preconfigured test suite. It includes Docker Compose configuration, CI integration, PostgreSQL-based defaults, options for cloud media storage (S3/GCS/Azure), and deployment recipes for Heroku and PythonAnywhere, making it suitable for web applications and SaaS-style backends.
0