Skip to content

Django template utilities

Published on: April 12, 2007    Categories: Django, Meta

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 labeling this a 0.1 release and giving it a development status of “beta”; feedback and bug reports (there’s also an issue tracker over there, please don’t post bug reports in comments here) are appreciated.