A decimal field is the right choice for the
currency value.
It will look something like:
credit = models.DecimalField(max_digits=6, decimal_places=2)
A decimal field is the right choice for the
currency value.
It will look something like:
credit = models.DecimalField(max_digits=6, decimal_places=2)