django-inviteme

Django invite-me form App with email verification


License
MIT
Install
pip install django-inviteme==1.0a2

Documentation

Django-inviteme

By Daniel Rus Morales <http://danir.us/>

A reusable Django app that adds an email address submission form with protection. Email addresses will only hit the database when users confirm them.

Read the documentation at:

Includes a demo site limited test suite. If you commit code, please consider adding proper coverage (especially if it has a chance for a regression) in the test suite.

Run the tests with: python setup.py test