Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 9, 2018 13:44
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 moacirmoda/f1e63dd6bbe21ac8cefdc7fb497191c9 to your computer and use it in GitHub Desktop.
Save moacirmoda/f1e63dd6bbe21ac8cefdc7fb497191c9 to your computer and use it in GitHub Desktop.
class Person(models.Model):
name = models.CharField(max_length=30)
is_active = models.BooleanField(null=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment