Seattle: I’ll be in town by 7:30 on Monday evening. Where tha party at?
Jeffrey Way at NETTUTS asked me several rapid-fire questions in this fun interview. Visit site »
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 »