How to store bitcoin and USD on the same django models field?

前端 未结 0 1605
后悔当初
后悔当初 2020-12-30 18:52

To store USD I am using DecimalField:

    amount = models.DecimalField(
        max_digits=12,
        decimal_places=2,
    )

But what if I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题