pinax / pinax-invitations

a site invitation app for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handle independent joining

jtauber opened this issue · comments

If i get an invitation, ignore it and sign up independently, it would be nice if there was a signal that let me handle that (and do any clean up or extra processing on the invitation anyway)

Also related is if I get multiple invitations from different people. I choose one to accept but it would be nice if a signal let me handle the others.