Django Class-Based-View Inspector -- Classy CBV
What are class-based views anyway? Django's class-based generic views provide abstract classes implementing common web development tasks. These are very powerful, and heavily-utilise Python's object orientation and multiple inheritance in order to be exten
ccbv.co.uk