django-invitations
django-invitations copied to clipboard
Using django-invitations with multiple models
Hi, I wanna know if you have any way to use the django-invitations with multiple models. For a better explain, I want to send an invitation first to an organization, and once send the invitation, the link send me to a view to register that, and after that let's have the possibility to send the invitation to the user.
I have a similar need. Basically I want to use invitations in several different scenarios, such as invite users to join a group, send some action to the manager for approval, and send draft content to managers to approve or deny. @Jromero97 please let me know if you have found something more general.