Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelletier/django-registration-81
https://github.com/pelletier/django-registration-81
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pelletier/django-registration-81
- Owner: pelletier
- License: bsd-3-clause
- Created: 2011-06-08T22:08:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-08T22:10:03.000Z (over 13 years ago)
- Last Synced: 2024-05-08T17:40:18.187Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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.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.