- Notifications
You must be signed in to change notification settings - Fork12
A generic change confirmation app for Django
License
arneb/django-generic-confirmation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Django-generic-confirmation makes it easy for developers to add forms to awebapplication where the submitted data should only be used after an out-of-bandconfirmation was done. For example if a user wants to change his email address,generic-confirmation will make it really easy for the developer to add anout-of-band confirmation process (sending an email with a random link to theuser) before saving the new email address to the database.
The core of django-generic-confirmation is fully unit-tested and the app is inuse at a few real-world projects confirming email addresses and mobile phonenumbers. Feel free to read about the usage in docs/usage.txt or onhttp://django-generic-confirmation.readthedocs.org.
django-generic-confirmation 0.4.x is compatible with Django 1.8 - 1.11.
About
A generic change confirmation app for Django
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.