Django邀请码应用推荐?
我正在寻找一个简单的 Django 应用程序,它将注册限制为拥有邀请码(用于运行私人测试版)的用户。我正在使用 django-registration,所以能很好地配合它的东西就太好了。
看起来有几个可行的选择:
django-inviting
django-privatebeta
django-invite
鉴于选项丰富,我想知道人们是否找到了特定的应用程序比其他应用程序更灵活和/或更易于使用?还有其他我应该注意的应用程序吗?
I'm looking for a simple Django app that restricts registration to users who have an invite code (for running a private beta). I'm using django-registration, so something that plays nicely with it would be great.
Looks like there are several viable options:
django-inviting
django-privatebeta
django-invite
Given the wealth of options, I'm wondering if people have found a particular app more flexible and/or easier to work with than the others? Are there other apps that I should be aware of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您错过了django-invitation,它与 django-registration 快速集成。
我只需要稍微修改一下即可将邀请者的姓名包含在电子邮件中。
You miss django-invitation which is really quickly integrated with django-registration.
I just had to hack it a bit to include the name of the inviter in the email message.
django-invitation 是这四个中不错的选择。
django-invitation is a good choice among the four.