August 29th, 2008

Status // 08.29.2008 // 9:25 AM // 0 Comments

Seattle: I’ll be in town by 7:30 on Monday evening. Where tha party at?

Link // 08.29.2008 // 8:03 AM // 0 CommentsNETTUTS: Quick Fire With Jeff Croft

Jeffrey Way at NETTUTS asked me several rapid-fire questions in this fun interview. Visit site »

Link // 08.29.2008 // 12:20 AM // 0 CommentsUsing Akismet with Django’s new comments framework

Great example of how badass the Django signals framework is. Basically, it lets you inject code upon some event happening, such as an object being saved, deleted, or in this case, a comment being posted. I use signals throughout Savoy, such as to geolocate an object as its saved, and to add a tumblelog object when particular types of content are saved. It’s good stuff. This example also uses Django’s brand-spanking new comments framework. Visit site »