Skip to main content

An extensible user-registration application for Django

Project description

Description:

Django-registration provides user registration functionality for Django websites.

maintainers:

Macropin, DiCato, and Joshblum

contributors:

list of contributors

https://travis-ci.org/macropin/django-registration.svg?branch=master https://coveralls.io/repos/macropin/django-registration/badge.svg?branch=master https://badge.fury.io/py/django-registration-redux.svg Documentation Status

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 1.11 or newer, but has no other dependencies.

For instructions on how to use this application, and on what it provides, see the file “quickstart.rst” in the “docs/” directory. Full documentation is also available online

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 2.7/3.4 or later, and a functional installation of Django 1.11 or newer.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_registration_redux-2.0a2-py2.py3-none-any.whl (156.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_registration_redux-2.0a2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_registration_redux-2.0a2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 41fb85768469b49c8e503a28e9944da3ea1cd4d1cb45658f09e013997104effb
MD5 51369c505bae83fc12d9a8a687d6232e
BLAKE2b-256 934b2c6ff24b9cf15a7de87f0f9d6dd4e587a3b2ab9a7daa633a4c83fc33c1c7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page