gpt4 book ai didi

python - 如何收集 Django 的钱

转载 作者:行者123 更新时间:2023-12-05 07:36:03 26 4
gpt4 key购买 nike

我如何收集 Django 的钱?我在文档中找不到它。提前致谢!

xxx = Money(amount=99.21, currency='SGD')
xxx= round(xxx)

错误信息

type Money doesn't define __round__ method

最佳答案

解决方法:

只需重新分配金额即可。如果有更好的方法,请告诉我。谢谢!!

xxx.amount = Decimal(round(xxx.amount))

关于python - 如何收集 Django 的钱,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49315079/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com