How to Deploy Django to a Hetzner VPS with Nginx and Gunicorn
Hetzner CX22 gives you 2 vCPUs, 4 GB RAM, and 40 GB SSD for around £4/month. Here is exactly how I deploy Django — from a fresh Ubuntu server to a live SSL-secured site.
Posts tagged "Deployment"
Hetzner CX22 gives you 2 vCPUs, 4 GB RAM, and 40 GB SSD for around £4/month. Here is exactly how I deploy Django — from a fresh Ubuntu server to a live SSL-secured site.
A single settings.py creates real problems in production. The solution is a settings package — three files, clean separation, zero hacks. Here is exactly how to set it up.