
Template for starting a production-ready Django app running on docker-compose
Django-Bootstrap is an open-source template for starting a containerized Django app with Postgres running on docker-compose. It includes additional components like Gunicorn (a production-grade WSGI server) and Nginx (a reverse proxy for Gunicorn to handle client requests and serve up static files) for production environments.
Django-Bootstrap is a template that simplifies the setup and deployment of a containerized Django app with Postgres, Gunicorn, and Nginx. It provides an easy-to-follow installation guide and useful commands for development and production environments. With its integration with Bootstrap 4, it allows for the creation of visually appealing web applications. Contributions to the project are welcomed through pull requests on the GitHub repository.
