jacobian's django-deployment-workshop
Blog de Simon Willison Posted on February 19, 2010
jacobian’s django-deployment-workshop. Notes and resources from Jacob’s 3 hour Django deployment workshop at PyCon, including example configuration files for Apache2 + mod_wsgi, nginx, PostgreSQL and pgpool.
Why toppcloud will not be agnostic
Blog de Simon Willison Posted on February 12, 2010
Why toppcloud will not be agnostic. Ian Bicking’s toppcloud aims to offer deployment with the ease of use of AppEngine against a standard, open source Ubuntu + Python 2.6 + mod_wsgi + Varnish stack. Here he explains why he’s not going to vary the required components: keeping everything completely standardised means everyone gets the same bugs (and the same fixes).
Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment
Blog de Simon Willison Posted on July 28, 2009
Fabric, Django, Git, Apache, mod_wsgi, virtualenv and pip deployment. I’m slowly working my way through this stack at the moment—next stop, fabric.
Scaling Django web apps on Apache
Blog de Simon Willison Posted on April 10, 2009
Scaling Django web apps on Apache. Cool to see this kind of article cropping up on IBM developerWorks, but it’s a shame they don’t mention mod_wsgi.
How to use Django with Apache and mod_wsgi
Blog de Simon Willison Posted on April 1, 2009
How to use Django with Apache and mod_wsgi. My favourite deployment option is now included in the official Django docs, thanks to Alex Gaynor. I tend to run a stripped down Apache with mod_wsgi behind an nginx proxy, and have nginx serve static files directly. This avoids the need for a completely separate media server (although a separate media domain ...


