david / django-invitation
Built on top of django-registration, it restricts registration to a given number of invited person per active user (strategy introduced by GMail to involve 2.0 users).
Clone this repository (size: 60.6 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-invitation
Patch Queues
No patch queues of django-invitation yet.
Forks
Building on David Larlet's foundation, but removing the dependency on django-registration. django-invitation already verifies the email address of the invitee by virtue of their response to the invite and can therefore register directly, eliminating the redundant django-registration confirmation step.
Clone URL : https://bitbucket.org/jsma/django-invitation (43.6 KB)
Working on a modification to allow two types of registration: 1) Public, no key required registration to certain user groups 2) Private, key required registration for other user groups
Clone URL : https://bitbucket.org/dylantea/django-invitation (23.6 KB)
A fork of django-invitation to use the new django-registration-backends branch. See http://bitbucket.org/ubernostrum/django-registration/wiki/Backends for the reasons.
Clone URL : https://code.welldev.org/david/django-invitation-backend (52.2 KB)
Fork of david's repo to add things like i18n templates and invitation message
Clone URL : https://bitbucket.org/floledermann/django-invitation (46.7 KB)
Forking to send a pull request for an update I did that made django-invitation work with django-registrations master.
Clone URL : https://bitbucket.org/epicserve/django-invitation (52.0 KB)
Minor tweaks to the invitation app.
Clone URL : https://bitbucket.org/incuna/django-invitation (53.4 KB)
Adding ability for users to add a personalized message to the invite emails.
Clone URL : https://bitbucket.org/llerradyoh/django-invitation (52.6 KB)
