Entries tagged with "class-based-views"

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.