- Description:
Django-registration provides user registration functionality for Django websites.
- maintainers:
- contributors:
If you have issues with the “django-registration-redux” package then please raise them here.
This is a fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible. It requires a functional installation of Django 3.1 or newer, but has no other dependencies.
Installation
Install, upgrade and uninstall django-registration-redux with these commands:
pip install django-registration-redux pip install --upgrade django-registration-redux pip uninstall django-registration-redux
To install it manually, run the following command inside this source directory:
python setup.py install
Or if you’d prefer you can simply place the included registration directory somewhere on your Python path, or symlink to it from somewhere on your Python path; this is useful if you’re working from a Git checkout.
Note that this application requires Python 3.5 or later, and a functional installation of Django 3.1 or newer.
If you are running on Django <=2.0, you can install a previous version of django-registration-redux, which supports older versions of Django. See the CHANGELOG for support details. Older versions will receive minor bug fixes as needed, but are no longer actively developed:
pip install django-registration-redux==1.10
Getting started with development
To get started with development, first install the required packages:
make installdeps
For convenience a Makefile is included which wraps the Python invoke library. Once you work on a patch, you can test the functionality by running:
make test
Or equivalently:
invoke test
Command line arguments can be passed to the invoke script through the Makefile via the ARGS parameter. For example:
make build ARGS=--docs
Or equivalently:
invoke build --docs
Alternatives
djangopackages.com has a comprehensive comparison of Django packages used for user registration and authentication.
For example, django-allauth is an alternative to django-registration-redux that provides user registration in addition to social authentication and email address management.
License
Django-registration-redux is licensed under BSD License.
Release files for django-registration-redux 2.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-registration-redux-2.13.tar.gz | 125.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_registration_redux-2.13-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 344.3 kB
Release files / django-registration-redux-2.13.tar.gz
| Download URL | django-registration-redux-2.13.tar.gz |
|---|---|
| Size | 125.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9793a05b32b1d7342c6ef3e0140b2951b7dbde058b3ba6e8a232b534928279f9
|
|
BLAKE2b-256 checksum How to use checksums |
f647960fb3f88d0080a94fffb6fc98ff986012d3a968c030036cf79abdd40242
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/67.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.17
|
Release files / django_registration_redux-2.13-py2.py3-none-any.whl
| Download URL | django_registration_redux-2.13-py2.py3-none-any.whl |
|---|---|
| Size | 218.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
547c86ad9b951cf743075b5486f304e51e450b45d04e5ef04392838a9cff3da8
|
|
BLAKE2b-256 checksum How to use checksums |
327f715af6a1322a1bc8fc84befa469a048dd5983eeac49f464ffa01bff33f00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/67.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.17
|