Skip to content

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

MostFrumiousBandersnatch/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 91.3%
  • Shell 8.7%