django-inviter2

Simple email invitations for your Django app


License
BSD-3-Clause
Install
pip install django-inviter2==3.0.0

Documentation

django-inviter2

Build status Coverage status

Let your users invite new users.

Useful if you want your webapp to be in a private beta mode or for only permitting access to known users.

Installation

$ pip install django-inviter2

Version Support

We try to maintain support at or near Django's supported versions.

  • Django 3.2 (requires Python 3.6, 3.7, 3.8, 3.9, or 3.10)
  • Django 4.0 (requires Python 3.8, 3.9, or 3.10)

History

This is a fork of django-inviter.

Documentation is available via Read the Docs