Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created April 26, 2012 20:36
Show Gist options
  • Select an option

  • Save tbarbugli/2502918 to your computer and use it in GitHub Desktop.

Select an option

Save tbarbugli/2502918 to your computer and use it in GitHub Desktop.
example model
class Item(models.Model):
... a bunch of very interesting fields ...
popularity = models.IntegerField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment