Items tagged with webmonkey

Link // 09.07.2008 // 5:34 PM // 2 CommentsWebmonkey DjangoCon Coverage

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 »

Link // 08.17.2008 // 8:30 AM // 8 CommentsWebmonkey: Build a Microblog with Django

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 »

Link // 07.26.2008 // 12:19 PM // 0 CommentsWebmonkey: Use Templates in Django

Webmonkey continues its series on Django with a piece on the framework’s template language. Visit site »

Link // 07.02.2008 // 1:17 PM // 1 CommentWebmonkey: Install Django and Build Your First App

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 »