Django 1.2 release notes
Blog de Simon Willison Posted on May 17, 2010
Django 1.2 release notes (via). Released today, this is a terrific upgrade. Multiple database connections, model validation, improved CSRF protection, a messages framework, the new smart if template tag and lots, lots more. I’ve been using the 1.2 betas for a major new project over the past few months and it’s been smooth sailing all the ...
Installing GeoDjango Dependencies with Homebrew
Blog de Simon Willison Posted on May 7, 2010
Installing GeoDjango Dependencies with Homebrew. brew update && brew install postgis && brew install gdal
Introduction to Surlex
Blog de Simon Willison Posted on April 11, 2010
Introduction to Surlex. A neat drop-in alternative for Django’s regular expression based URL parsing, providing simpler syntax for common path patterns.
The Onion Uses Django, And Why It Matters To Us
Blog de Simon Willison Posted on March 25, 2010
The Onion Uses Django, And Why It Matters To Us. The Onion ported their main site from PHP and Drupal to Django in three months with a team of four developers, including a full migration of their archived content. Their developers answer questions about the switch in this thread on the Django sub-reddit.
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.


