jazzband / django-invitations

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

send-invite/ and send-json-invite/ #210

Closed xMrAli closed 1 year ago

xMrAli commented 1 year ago

Hi

I am new to coding

i was trying to figure out how to do Bulk Invites Via JSON same as #125 , But the docs are extremely short.

Any way i found this link send-invite/ in the 'invitations.urls' it's works in the front-end.

also found this link send-json-invite/ but i don't know how to use it.

Can the maintainer add feature upload JSON file in the Admin Area?

Many thanks Ali

valberg commented 1 year ago

Looking at the test which tests the JSON bulk inviting might help: https://github.com/jazzband/django-invitations/blob/master/tests/basic/tests.py#L427