Django error – [‘“” value must be a decimal number.’]
i’m trying to add a new price field into Django models. Here is my code i’ve added into models.py :
price = models.DecimalField(
max_digits=10, decimal_places=2, default=0.00, null=True
)
django model function problem: how to use class instance before declaration
I am creating these models. I want to put toy into bags.