What are class based views in Django?
Photo Credit: Courtesy of 3DStockPhoto (views image)
Class-based views. A view is a callable which takes a request and returns a response. This can be more than just a function, and Django provides an example of some classes which can be used as views.