Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Monday, 22nd March 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. 7 7:18 am

A django site