Django with Docker, Postgres, Gunicorn, and Nginx(Part-1)
In this, we'll be deploying a Django application with docker, postgres, gunicorn and nginx configurations. Prerequisites First, ensure the following is installed on your machine: Python 3.7 or higher(I've used python 3.8.9) Python pip Git and a Gi...
Dec 25, 20216 min read489


