Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 9, 2018 13:06
Show Gist options
  • Select an option

  • Save moacirmoda/6afd7863e3a66335740ea8e645eef313 to your computer and use it in GitHub Desktop.

Select an option

Save moacirmoda/6afd7863e3a66335740ea8e645eef313 to your computer and use it in GitHub Desktop.
MM - Django Models - 1
class Business_Cards(models.Model):
ownerName = models.CharField(max_chars=20)
quantity = models.PositiveIntegerField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment