Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created November 10, 2010 03:49
Show Gist options
  • Select an option

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

Select an option

Save emilepetrone/670322 to your computer and use it in GitHub Desktop.
class Profile(models.Model):
user = models.ForeignKey(User)
points = models.IntegerField(default=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment