Blog Archive

Monday 16 January 2012

Django - Adding row to the admin list with the totals and averages of given fields

Once a while a wild ticked occurred for one of the projects I was developing.
The issue was that they needed a rows with the totals and averages to be displayed at the end of the table in the admin changelist view for particular fields.
So here how it works