Answers for "products.Product.price: (fields.E130) DecimalFields must define a 'decimal_places' attrib"

0

products.Product.price: (fields.E130) DecimalFields must define a 'decimal_places' attrib

aaf_1kg_all = models.DecimalField(max_digits=5, decimal_places=2, blank=True, null=True)
Posted by: Guest on October-03-2021

Browse Popular Code Answers by Language