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.3.tar.gz | 0000085046 83.1 KB | |
python-django-registration.changes | 0000005684 5.55 KB | |
python-django-registration.spec | 0000001963 1.92 KB |
Revision 23 (latest revision is 27)
Dirk Mueller (dirkmueller)
committed
(revision 23)
- update to 3.3: * This release contains no new features or bugfixes. The supported Python and Django versions are changed to: Django 3.2 and 4.0, on Python 3.7 (Django 3.2 only), 3.8, 3.9, and 3.10.
Comments 0