Django’s ViewDoesNotExist Heisenbug June 8th, 2008

Django’s fusebox sometimes blows one, if you start poking around in it with a template-tag screwdriver.

Variable assignment in Django templates, sort of May 29th, 2008

Use and abuse of the “with” programmatic statement to make your Django template code less mad.

logging.debug(”if only I’d known”) May 22nd, 2008

logging.debug(”if only I’d known”) logging.debug(”if only I’d known”) /* is there any way to turn this off? */ logging.debug(”if only I’d known”) ….

Django laziness at all levels May 12th, 2008

Lazy evaluation in Django means you can wait till the last possible moment before modifying what you want from the database.

.php? .cgi? .who-cares? February 8th, 2007

Simon makes the case for disambiguated URLs. He’s right, largely. I would say as a proviso, though, that URLs need to be hackable by the developer as well as by the user. The internal spaghetti that translates URLs to files in Django and Ruby on Rails is an initial barrier to developing with those systems, [...]