I have a model named “Thing” as in the HelloWebApp book. Now I’ve added a “weight” model. The model has fields “date” and “weight_value”. While displaying the data in “thing_detail.html” I want to display the data ordered by the field “date”.
Here are my models.py and thing_details.html
Kindly someone help!
Thanks!