Django Public Recipes
The code above creates a FloatField object. A FloatField stores floating point values.
Library: django
Shortcut: django.field.float
fieldName = models.FloatField()
The code above creates a FloatField object. A FloatField stores floating point values.
Library: django
Shortcut: django.field.float
fieldName = models.FloatField()