ubernostrum / django-registration

A user-registration application for Django.

filename size last modified message
Makefile 2.9 KB 8 months ago Initial documentation structure generated by Sphinx.
backend-api.rst 7.8 KB 4 months ago Some more documentation updates.
conf.py 6.2 KB 8 months ago Initial documentation structure generated by Sphinx.
default-backend.rst 9.1 KB 4 months ago Some more documentation updates.
faq.rst 8.7 KB 4 months ago Some more documentation updates.
forms.rst 2.8 KB 4 months ago MOAR DOCUMENTATION
index.rst 1.5 KB 4 months ago More documentation.
make.bat 2.9 KB 8 months ago Initial documentation structure generated by Sphinx.
quickstart.rst 11.3 KB 4 months ago URLConf -> URLconf to match Django style guide.
release-notes.rst 2.3 KB 4 months ago More documentation.
signals.rst 1.8 KB 4 months ago MOAR DOCUMENTATION
upgrade.rst 5.3 KB 4 months ago More documentation.
views.rst 5.4 KB 4 months ago Some more Sphinx-ification of documentation.

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.