Episode

Displaying data in generic views [20 of 24] | Beginner's Series to: Django

Displaying data is a common operation within data driven websites and Django provides a handy development experience with generic views. In this video we will demonstrate how to implement ListView to display all items and DetailView to view the details of one item.

Useful Links:

Python