Skip to content

iceelor/django-registration

 
 

Repository files navigation

Description

Django-registration provides user registration functionality for Django websites.

maintainers

Macropin & Dicato

contributors

list of contributors

image

image

image

image

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.7 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.7 or newer.

License

Django-registration-redux is licensed under BSD License.

About

django-registration (redux) now with Django 1.7/1.8/1.9 & Python 3 support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.7%
  • HTML 11.3%