Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

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.

License

Notifications You must be signed in to change notification settings

seatme/django-lazysignup

 
 

Repository files navigation

https://api.travis-ci.org/danfairs/django-lazysignup.png

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.

Tests

To run the tests, do the following:

(cd testproject && python manage.py test lazysignup)

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • HTML 1.0%