Skip to content

Instantly share code, notes, and snippets.

@Derik117
Last active February 7, 2017 13: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 Derik117/1dca8a3ef1ee857d5ec718bfca0d344f to your computer and use it in GitHub Desktop.
Save Derik117/1dca8a3ef1ee857d5ec718bfca0d344f to your computer and use it in GitHub Desktop.
class Foo(models.Model):
title = models.CharField(max_length=200)
year = models.ForeignKey(Year)
slug = models.SlugField(max_length=200, allow_unicode=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment