Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danfairs/django-lazysignup
django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
https://github.com/danfairs/django-lazysignup
Last synced: 3 days ago
JSON representation
django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
- Host: GitHub
- URL: https://github.com/danfairs/django-lazysignup
- Owner: danfairs
- License: bsd-3-clause
- Created: 2010-01-26T14:23:19.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T03:56:50.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T04:38:45.517Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 212 KB
- Stars: 411
- Watchers: 11
- Forks: 89
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- starred-awesome - django-lazysignup - django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account. (Python)
README
.. image:: https://img.shields.io/badge/build-passing-brightgreen.svg
Introduction
============``django-lazysignup`` is a package designed to allow users to interact with a
site as if they were authenticated users, but without signing up. At any time,
they can convert their temporary user account to a real user account.`Read the full documentation`_.
.. _Read the full documentation: http://django-lazysignup.readthedocs.org/