Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为存储虚拟货币的客户建立一个商店信用模型。这个商店信用应用程序将存储可用于支付产品的积分(在退货或某些计划中添加)。django-oscar-accounts是不是合适的应用程序?还是有其他方法或者我必须自己编码?
对于任何阅读这个问题的人来说,在我写这个答案的时候已经 4 岁了,但是这个问题值得一个答案。
我的意见
django-oscar-accounts 是不是合适的应用程序?还是有其他方法或者我必须自己编码?
是的,当然可以,您当然可以自己实施解决方案,但django-oscar-accounts已经实施了这个(和其他)功能。
django-oscar-accounts
Oscar 框架的设计方式是支付流程取决于开发人员,因此,继续尝试django-oscar-accounts. 是一个非常好的应用程序!