Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 537 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 537 Bytes

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)