
Cookiecutter project template - setups a dev enviroment for Django projects using Docker containers with docker-compose
The django-docker-cookiecutter is a project template that provides a development environment for Django projects using Docker containers with docker-compose. It sets up various containers such as PostgreSQL, Redis, Nginx, and Django, along with other tools like Gunicorn, Sass, Compass, Bootstrap, and jQuery. The setup is intended for use in development and not production.
In summary, the django-docker-cookiecutter project provides a convenient template for creating a development environment for Django projects using Docker containers. It includes various essential containers, tools, and libraries, making it easy to set up a fully functional Django project with PostgreSQL database, Redis, Nginx, and other useful components.
