Comment on How Hacker News ranking algorithm worksparentComments−endtime15yIn Django, you could make the ranking score a property of the model and then do query.order_by('-score').
Comments
In Django, you could make the ranking score a property of the model and then do query.order_by('-score').