django-registration-mobnum

An extensible user-registration application for Django originally authored by James Bennett


License
Other
Install
pip install django-registration-mobnum==0.8

Documentation

========================
Django user registration
========================

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

For installation instructions, see the file "INSTALL" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "quickstart.rst" in the "docs/"
directory.

========================
Django-registration-1.5
========================
This repo is a fork of James Bennett's Django-registration that James Reynolds made compatible with Django 1.5.  I fixed one typo.

James's description of his changes:
"This is basically a combination of the cbv fork for (direct_to_template is deprecated) and the rejected pull request #30 for compatibility for the new User model"

The diff showing his changes:
https://bitbucket.org/ubernostrum/django-registration/pull-request/36/fixes-for-15-use-templateview-and-the-new/diff

James Reynold's bitbucket:
https://bitbucket.org/eire1130

James Bennett's Django-registration package:
https://bitbucket.org/ubernostrum/django-registration