A simple, generic user-registration application for Django
http://code.google.com/p/django-registration
This is just a simple, portable, generic user-registration application for Django projects. Workflow follows a simple pattern:
* A user signs up for a new account, which will be inactive by default.
* An email is sent to the address they used to register, containing an activation link.
* Once they click the activation link, the account becomes active and they can log in as normal.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-djan...gistration
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:django/python-django-registration && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000161 161 Bytes | |
django-registration-3.0.tar.gz | 0000068344 66.7 KB | |
python-django-registration.changes | 0000003987 3.89 KB | |
python-django-registration.spec | 0000001961 1.92 KB |
Revision 8 (latest revision is 27)
Tomáš Chvátal (scarabeus_iv)
accepted
request 678594
from
John Vandenberg (jayvdb)
(revision 8)
- Set Django version to 1.11 - Update to 3.0, notable changes * Installed module changed from registration to django_registration * Python 3.7 support * Minimum Django version is now 1.11 * Include tests and runner in source distribution
Comments 0