Created
August 9, 2018 13:06
-
-
Save moacirmoda/6afd7863e3a66335740ea8e645eef313 to your computer and use it in GitHub Desktop.
MM - Django Models - 1
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 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