Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdeboard/django-registration
A fork of the original from Bitbucket. Under intermittent development independent from the original.
https://github.com/mattdeboard/django-registration
Last synced: 23 days ago
JSON representation
A fork of the original from Bitbucket. Under intermittent development independent from the original.
- Host: GitHub
- URL: https://github.com/mattdeboard/django-registration
- Owner: mattdeboard
- License: bsd-3-clause
- Created: 2013-05-12T22:41:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T21:26:37.000Z (about 11 years ago)
- Last Synced: 2024-04-17T09:52:27.614Z (7 months ago)
- Language: Python
- Homepage: https://bitbucket.org/ubernostrum/django-registration
- Size: 754 KB
- Stars: 0
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
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.4 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.