Skip to content

Instantly share code, notes, and snippets.

@tbarbugli
Created April 26, 2012 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbarbugli/2502918 to your computer and use it in GitHub Desktop.
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