Entries published February, 2010

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

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.