Django Registration Invite 0.0.3

django-registration-invite 0.0.3

Last updated:

0 purchases

django-registration-invite 0.0.3 Image
django-registration-invite 0.0.3 Images

Free

Languages

Categories

Add to Cart

Description:

djangoregistrationinvite 0.0.3

Installation:

Include registration_invite in your INSTALLED_APPS setting.
Include the activation URLS in your URL conf
url(r'^', include('registration_invite.urls.activation')),
If using the user-based invitation workflow, you may instead include
url(r'^', include('registration_invite.urls.activation')),
Override the invitation templates. Basic examples are provided, but
will most likely be insufficient.

registration/invite/email/body.txt
registration/invite/email/subject.txt
registration/invite/activation_complete.html
registration/invite/activation_form.html
registration/invite/invitation_complete.html
registration/invite/invitation_form.html





Features:

automatically registers the user model with the admin
workflows for both admin-based and user-based invitations



TODO:

re-invite for expired users
tests



Release Process

Update package version in setup.py
Create git tag for version
Upload release to PyPI
bash $ pip install -U setuptools wheel $ rm -rf dist/ build/ $ python setup.py sdist bdist_wheel upload



Copyright & License
Copyright © 2017 NC State University. See LICENSE for details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.