Skip to content

Entries published on April 12, 2007

1 entry published on this date. See also: all entries published in April 2007, full archive.

Django template utilities

In the course of working on a couple personal projects (which will be released eventually), I found myself factoring out a lot of common code and making it more and more generic, until one day I realized I had a whole separate application just waiting to be documented and bundled.

So here it is: template_utils, a collection of generic and useful tags, filters and other tools related to Django templates. Full documentation is on the project wiki at Google Code, and distributed with the download.

Even though I’m using most of the code already in my own projects, I’m still …

Entry published April 12, 2007. Read full entry.