Concept Flow - ListView for displaying collections
Request received
ListView class called
Query database for all items
Store items in context
Render template with items
Send HTML response with list
The ListView receives a request, fetches all items from the database, puts them in context, renders the template, and sends the HTML list back.