
Production Server for a Django Application: Ubuntu Server 10.04 LTS + Django 1.4 + Nginx + Gunicorn
Many Django tutorials explain how to quickly get a working debug server running (python manage.py runserver), but deployment in a production environment is often left unexplored or described using unnecessarily complex methods.
In this post, I’ll describe one way to deploy a Django site in a production environment,