ubernostrum / django-registration

A user-registration application for Django.

View at rev
django-registration /
filename size last modified message
docs  
registration  
.hgignore 47 B 9 months ago Initial documentation structure generated by Sphinx.
.hgtags 1.2 KB 17 months ago Added tag v0.7 for changeset d073602dc103
AUTHORS 1.1 KB 4 months ago Add AUTHORS credit for Slovenian and Korean translations
CHANGELOG 6.7 KB 5 months ago Do some renaming.
INSTALL 806 B 5 months ago Tweak README and INSTALL.
LICENSE 1.5 KB 11 days ago Oh look, it's 2010.
MANIFEST.in 166 B 4 months ago Fix outdated references in package manifest.
README 503 B 5 months ago Tweak README and INSTALL.
setup.py 1.8 KB 5 months ago Spaces to dashes conversion in setup.py version.

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.