ubernostrum / django-registration

A user-registration application for Django.

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
django-registration /
filename size last modified message
docs  
registration  
AUTHORS.txt 897 B 21 months ago Add Italian translation
CHANGELOG.txt 5.9 KB 20 months ago Version 0.6
INSTALL.txt 731 B 21 months ago Add easy_install instructions
LICENSE.txt 1.5 KB 3 years ago License fix
MANIFEST.in 223 B 2 years ago Couple more quick tweaks
README.txt 481 B 3 years ago Documentation updates
setup.py 1.5 KB 20 months ago Version 0.6

README

========================
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.1 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.