django-registration-gv

Django registration app


License
BSD-3-Clause
Install
pip install django-registration-gv==0.5.1

Documentation

Django Registration

https://travis-ci.org/madisona/django-registration.svg?branch=master

To use: download the source, start a new virtualenv pip install -e git+https://github.com/madisona/django-registration#egg=django-registration

I took James Bennett's django-registration as a starting point and have copied it almost completely. I'd recommend you use his version. http://bitbucket.org/ubernostrum/django-registration/overview

The biggest difference is that I stripped out some stuff I don't find immediately beneficial to me (like the internationalization and backends) and I implemented the views using class based views new in Django 1.3.

Currently support Django 1.8+ on Python 2 and 3