Episode

Displaying dynamic data in a Django function view [19 of 24] | Beginner's Series to: Django

Most views you create in Django will interact with data in your database. You can either write the code to interact with the object-relational-mapper (ORM) directly, or use some built-in generic views. In this video we will demonstrate how to manually use the ORM to retrieve data, and see how we can pass dynamic data into a Django template for display for the user.

Useful Links:

Python