Comment by endtime
16 years ago
In Django, you could make the ranking score a property of the model and then do query.order_by('-score').
16 years ago
In Django, you could make the ranking score a property of the model and then do query.order_by('-score').
No comments yet
Contribute on Hacker News ↗