8 . Django Aggregation to work out averages

Опубликовано: 05 Июнь 2026
на канале: codefez
122
11

Aggregation is a query that summarises a result from a range of objects in a database.
The idea is to do this to work out the average of a film that has been rated over however many times the film had been reviewed.

Follow the project using my notion notebook https://www.notion.so/bitfez/Build-IM...

Download the progress on GitHub https://github.com/bitFez/build_imdb_...

3:06 Creating fake reviews
14:00 Aggregating reviews for average
18:00 Calling the aggregation method from the templates
20:56 Babbling outro!