MapOSMatic
Blog de Simon Willison Posted on July 11, 2010
MapOSMatic. Clever service built on top of OpenStreetMap, which renders double sided city maps with a map and grid on one size and an A-Z street name index on the other. Runs on top of Mapnik, PostGIS and Cairo, with a few thousand additional lines of Python and Django.
Appending the request URL to SQL statements in Django
Blog de Simon Willison Posted on June 2, 2010
Appending the request URL to SQL statements in Django. A clever frame-walking monkey-patch which pulls the most recent HttpRequest object out of the Python stack and adds the current request.path to each SQL query as an SQL comment, so you can see it in debugging tools such as slow query logs and the PostgreSQL “select * from pg_stat_activity” query.
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
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.
Django-Jython 1.0.0 released!
Blog de Simon Willison Posted on November 9, 2009
Django-Jython 1.0.0 released!. Now with database backends for PostgreSQL, Oracle and MySQL. The next release (planned for next month) should provide full compatibility with Django 1.1—the current release has 1.1 support for PostgreSQL but only 1.0 support for the other two databases.



