Python
December 13, 2009
Get XML coverage reports from nose
Quick recap of my tiny plugin for nose.
November 21, 2009
Django continuous integration with Hudson and Nose
How to set up continuous testing, with coverage, of your Django project in Hudson.
September 25, 2009
Setup Django with mod_wsgi on your Mac
Logged for your pleasure, and mine: the steps I went through to setup mod_wsgi on my Mac for local development of Django apps.
September 11, 2009
A short introduction to Django and Gearman
Notes from my lightning talk at DjangoCon 2009 on Gearman, a distributed work queue.
August 19, 2009
Directory support in pywatch 0.4
The latest version of pywatch now watches whole directories.
June 20, 2009
Pywatch: Run tests when your code changes
I’m happy to announce that pywatch is ready for use, I think.
June 13, 2009
django-baseboard updated to 0.3
I’m happy to announce that django-baseboard has been updated to 0.3 Here’s what’s new: Better error [...]
April 22, 2009
Announcing basecampreporting and django-baseboard
At work, we use Basecamp, a lot. We use it for design projects, development projects, and [...]
February 7, 2009
Adventures in unit testing the Basecamp API
I’m working on a little side project, that I might open source once the code [...]
November 25, 2008
Django cache keys: making them safer
I posted some code to make your Django cache keys safer over at Django snippets [...]