Pinax 账户类型

发布于 2024-11-14 12:37:29 字数 114 浏览 1 评论 0原文

在 Pinax 中添加自定义帐户类型的最佳方法是什么?例如,我想要一个免费帐户和一个高级帐户。但是,Pinax 型号不支持此功能。

这是否意味着我必须分叉 Pinax 项目?一定有更简单的方法。谢谢

What is the best way to add custom account types in Pinax? For example, I want a Free account, and a Premium Account. However, this is not supported by the Pinax models.

Does this mean I have to fork the Pinax project? There must be an easier way. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2024-11-21 12:37:29

pinax.apps.account 应用程序旨在处理给定用户的私有/系统类型设置,例如语言选择、​​时区设置等。

您所谈论的内容需要您为您的项目构建一个应用程序。它可能特定于您的域以及您计划使用的支付提供商。

The pinax.apps.account app is meant to handle private/system type settings like Language choice, Time Zone setting, etc. for a given user.

What you are talking about would require you build an app for you project. It would likely be specific to your domain as well as the payment provider you are planning on using.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文