Django invite code app recommendation? [closed]
I'm lo开发者_Go百科oking 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-inviteGiven 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?
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 is a good choice among the four.
精彩评论