General
Linux
Python
blog
caching
databases
debugging
django
djangocon
geodjango
inauguracion
jacobkaplanmoss
misscripts
opensource
orm
postgresql
projects
python
security
software
yaco
Using Django as a Pass Through Image Proxy
Blog de Simon Willison Posted on March 22, 2010
Using Django as a Pass Through Image Proxy (via). Neat idea for running development environments against data copied from a live production site—a static file serving handler which uses a local cache but copies in user-uploaded files from the production site the first time they are requested.
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 ...


