You could create a invitation model, I don't see the problem but maybe you don't even need to, if all you want is for a user to ask the server to send some emails you can just do that: let the user ask the server to send emails.
On Thu, Nov 7, 2013 at 11:43 PM, Rafael E. Ferrero <[email protected] > wrote: > Im doing a project where visitors can registers with his social accounts > (this it can be done with AllAuth in a very simple way) > When a visitor get registered the system he can create a group. (this is > not a problem too) > But... a registered visitor can invitate, by email, to other people to > join in his group. The idea is that these guest can login with his own > social accounts too, So here's the problem, AllAuth make it easy to login > with social accounts but does not manage invitations. > I do not want to reinvent the wheel but if nobody did this before I'm > afraid that i have to put my hands in the dough. > > Cheers ! > > > 2013/11/7 Amirouche Boubekki <[email protected]> > >> Héllo Rafael, >> >> >> I don't know those particular applications, so I can't help. Do you have >> a specific problem? >> >> >> 2013/11/7 Rafael E. Ferrero <[email protected]> >> >>> No body can help me? >>> >>> >>> 2013/11/7 Rafael E. Ferrero <[email protected]> >>> >>> >>>> Has someone used some invitation app for django like django-invitation >>>> [1]... and more, has someone integrated something like that with AllAuth >>>> [2] ?? >>>> >>>> In a project I need visitors to register on the site with their social >>>> accounts. Once registered the system will create a group which will own >>>> . Then the owner of the group may invite people to integrate this group >>>> . Those who respond to the invitation may log in with their social >>>> accounts too. Guests can not create groups, because they are guests. >>>> >>>> Someon has some tips for me? >>>> >>>> Thanks a lot! >>>> >>>> >>>> [1] https://bitbucket.org/david/django-invitation/wiki/Home >>>> >>> >> >> >> >>> [2] https://github.com/pennersr/django-allauth >>>> >>> >> I don't know this application, I know about: >> >> - python-social-auth >> - http://peterhudec.github.io/authomatic/ something like that >> >> Both are nice and probably work but I couldn't use because I did not use >> django for this specific project and they did not integrate well. >> >> >> Hope this helps, >> >> >> >> Amirouche >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CAL7_Mo9nHfUbR-OrvOjLALUZmeqqSKePbhzYuZXzOcxUaFC%3DJg%40mail.gmail.com >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Rafael E. Ferrero > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJJc_8XfAHskv35fZw%3D-GMT16%2Bvp%3DcU0W9BCokOm_Y158N0pHA%40mail.gmail.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tKeyH5SbfN9zMZUv2b4QsfsCSNubmZpu-3azozr-u-fmQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

