jazzband / django-invitations

Generic invitations app for Django
GNU General Public License v3.0
559 stars 166 forks source link

Only allow some users to send invitations #237

Open Flimm opened 9 months ago

Flimm commented 9 months ago

I would like to only grant some users the permission to send invitations.

It looks like django-invitations does not integrate well with Django's permission system.

valberg commented 9 months ago

Hi @Flimm

You are welcome to open a pull request if you have an idea for how to implement this😊