Skip to content

Instantly share code, notes, and snippets.

@EdwardIII
Created January 30, 2013 18:50
Show Gist options
  • Save EdwardIII/4675666 to your computer and use it in GitHub Desktop.
Save EdwardIII/4675666 to your computer and use it in GitHub Desktop.
class EventImage(models.Model):
event = models.ForeignKey(Event)
image = models.ImageField(upload_to=self.event.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment