Webmonkey has some terrific coverage of DjangoCon, including this piece on the Django and journalism panel. What I took away from it is that Matt Croydon still wears his kakis with a cuff and a crease. Visit site »
A nice piece on Webmonkey about how to build a basic tumblelog with Django. The technique used is similar in concept (but a bit simpler) than what I’ve done here at jeffcroft.com. Note, though, that the Django signals bit in the article refers to the syntax for signals before a recent API change, so you’ll need minor changes to the code in the article to make it work with the current version of Django. Visit site »
Webmonkey continues its series on Django with a piece on the framework’s template language. Visit site »
Webmonkey has jumped on the Django bandwagon with this nice tutorial on how to get up and running with the Python-based web application framework. Visit site »