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.
I could not get the tests to run as is. This pull request gets the tests running (in the way that seemed most obvious to me) and documents how to run them. Hope it looks right to you.
I could not get the tests to run as is. This pull request gets the tests running (in the way that seemed most obvious to me) and documents how to run them. Hope it looks right to you.