Meme
November 25, 2008
Posted in Code.
5 comments
Today, Eric Florenzano is trying to start a code meme.
Rules are quite simple:
Implement a program that takes in a user’s name and their age, and prints hello to them once for every year that they have been alive.
Post these rules, the source code for your solution, and the following list (with you included) on your blog ...
Django: Excluding Subclassed Objects
September 17, 2008
Posted in Code.
0 comments
Model inheritance is a good thing, right? I think so, except when it’s been one of those days. You know the kind, the days where laziness rules, there isn’t enough coffee to keep you going, nothing seems to work and because of the aforementioned, motivation wanes.
About 30 seconds into writing a view, I nearly scrapped my DB ...