Django Decimal Field
Django Public RecipesThe fieldName is a name for the field in your model. The max_digits and decimal_places arguments set the maximum and number of digits in the field, respectively.
Shortcut: django.field.decimal
0 Comments
Add Comment
Log in to add a comment