Programming
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 19, 2009
Memcached and WordPress MU
A step-by-step walkthrough to get WordPress and WordPressMU working with memcached.
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.
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 [...]
January 21, 2009
Django testing tip: don’t test template output
When writing tests for Django views, especially for projects at work, I’ve almost completely abandoned [...]
January 10, 2009
Django Template Development review
You wouldn’t know it by looking at this site, or the HTML behind it, but [...]