A Comprehensive Guide To Setting Up Django With Gunicorn And Nginx On A Linux Server With HTTPS.
Introduction In this blog, we will use a simple Django project and set it on an Ubuntu 22 server with the help of Gunicorn and Nginx. For the Database part, we will be using the PostgreSQL database. We will set up the PostgreSQL on the same server. Once the project and database are set up, […]