Skip to content

Instantly share code, notes, and snippets.

@loic
Created March 10, 2014 15:35
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 loic/9467282 to your computer and use it in GitHub Desktop.
Save loic/9467282 to your computer and use it in GitHub Desktop.
class Foo(models.Model):
pass
class Bar(models.Model):
foo = models.ForeignKey(Foo, blank=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment