Created
August 9, 2018 13:08
-
-
Save moacirmoda/842bf2607bae26f774e83bc6baeb96ad to your computer and use it in GitHub Desktop.
MM - Django Models - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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