Django Public Recipes
The code above declares a field named "fieldName" of type "IntegerField".
Library: django
Shortcut: django.field.int
fieldName = models.IntegerField()
The code above declares a field named "fieldName" of type "IntegerField".
Library: django
Shortcut: django.field.int
fieldName = models.IntegerField()