Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 9, 2018 13:08
Show Gist options
  • Save moacirmoda/842bf2607bae26f774e83bc6baeb96ad to your computer and use it in GitHub Desktop.
Save moacirmoda/842bf2607bae26f774e83bc6baeb96ad to your computer and use it in GitHub Desktop.
MM - Django Models - 2
class BusinessCard(models.Model):
owner_name = 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