Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lig/django-registration-me
DEPRECATED in favour of https://github.com/lig/regme. A user-registration application for Django (MongoEngine rework).
https://github.com/lig/django-registration-me
Last synced: 12 days ago
JSON representation
DEPRECATED in favour of https://github.com/lig/regme. A user-registration application for Django (MongoEngine rework).
- Host: GitHub
- URL: https://github.com/lig/django-registration-me
- Owner: lig
- License: bsd-3-clause
- Created: 2010-12-27T08:27:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T15:31:29.000Z (over 10 years ago)
- Last Synced: 2024-11-01T15:44:19.679Z (19 days ago)
- Language: Python
- Homepage: https://bitbucket.org/ubernostrum/django-registration/
- Size: 266 KB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=====================================================
Deprecated. Use https://github.com/lig/regme instead.
=============================================================================
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.0 or newer and MongoEngine,
but has no other dependencies.For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.