class-based-views
class-based-views
Generic Display Views
Designed to display data.
DetailView
ListView
Generic display views¶
The two following generic class-based views are designed to display data. On many projects they are typically the most commonly used views.
DetailView
Top comments (0)