Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 20.04
In this post, we will install Django in a Python virtual environment using PostgreSQL. We will then install and configure Gunicorn to serve applications. Next, we will use Nginx as a reverse proxy to the Gunicorn application server.