Built on top of django-registration, django-invitation-backend
handles registration through invitations.
- This backend is built for
django-registration 0.9or above.- Apparently, it is very important to Atamert Ölçgen to mention that this repo was based on django-inviting, although it's not being maintained anymore...
- And neither is this project.
- Invitations can be optional or required to be registered.
- Admin integration
This application depends on django-registration.
- Add
"django-invitation-backend"directory to your Python path. - Add
"invitation"to yourINSTALLED_APPStuple found in your settings file. - Include
"invitation.urls"to your URLconf.
TODO
You can configure django-invitation-backend app's behaviour with
the following settings:
| INVITATION_INVITE_ONLY: | Set this to True if you want registration to be only possible via
invitations. Default value is False. |
|---|---|
| INVITATION_EXPIRE_DAYS: | How many days before an invitation is expired. Default value is 15. |