Episode 14 - Going Live
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.
A guide to common Django server setups, from simple local development to professional production deployments with Gunicorn and PostgreSQL.
Guide to deploying a Django app using Supervisor to run Gunicorn as a persistent, auto-restarting service with logging.