Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created February 11, 2014 03:52
Show Gist options
  • Save andrewsmedina/8928992 to your computer and use it in GitHub Desktop.
Save andrewsmedina/8928992 to your computer and use it in GitHub Desktop.
class Like(models.Model):
content_type = models.ForeignKey(ContentType)
object_id = models.PositiveIntegerField()
content_object = GenericForeignKey('content_type', 'object_id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment