Django Bootstrap

screenshot of Django Bootstrap

Template for starting a production-ready Django app running on docker-compose

Overview

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.

Features

  • Easy setup and configuration of a containerized Django app
  • Integration with Postgres database
  • Use of Gunicorn as a production-grade WSGI server
  • Nginx as a reverse proxy to handle client requests and serve static files

Summary

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.