https://github.com/nathanborror/django-registration
Unofficial mirror of django-registration with templates!
https://github.com/nathanborror/django-registration
Last synced: 8 months ago
JSON representation
Unofficial mirror of django-registration with templates!
- Host: GitHub
- URL: https://github.com/nathanborror/django-registration
- Owner: nathanborror
- License: bsd-3-clause
- Created: 2010-01-02T02:27:05.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-15T18:16:17.000Z (over 15 years ago)
- Last Synced: 2025-04-08T08:06:42.369Z (9 months ago)
- Language: Python
- Homepage: http://bitbucket.org/ubernostrum/django-registration/
- Size: 393 KB
- Stars: 135
- Watchers: 8
- Forks: 70
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
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.