Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created November 10, 2010 17:39
Show Gist options
  • Select an option

  • Save emilepetrone/671191 to your computer and use it in GitHub Desktop.

Select an option

Save emilepetrone/671191 to your computer and use it in GitHub Desktop.
people = Profile.objects.order_by("points").reverse()
return {'people': people}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment