This document provides instructions for deploying a Django project on a server. It describes setting up a virtualenv and installing Django and other dependencies. It also describes configuring Nginx as a reverse proxy for Gunicorn, setting the Django settings for production, and configuring systemd service files to run Gunicorn.
This document provides instructions for deploying a Django project on a server. It describes setting up a virtualenv and installing Django and other dependencies. It also describes configuring Nginx as a reverse proxy for Gunicorn, setting the Django settings for production, and configuring systemd service files to run Gunicorn.