Entries published February, 2010

Stupid simple templatetags with Django

Writing simple templatetags is only marginally less painful that writing complex tags. django-simpletags aims at making writing simple tags simple.

Using class-based views effectively

Object-oriented programming stresses the idea of code reuse, through concepts like inheritance and polymorphism. View programming in django can sometimes get a boost from class-based design.