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.
While I don't have the time to take over the project, I actually kind of need to use this on a current (1.7+) Django project. Do you mind if I open a PR to upgrade it to 1.7/1.8 support with temporary 1.6 support so anyone on 1.6 can migrate off of it? 1.6 is no longer supported, so it might be best to depreciate that as well. https://docs.djangoproject.com/en/1.8/internals/deprecation/
Hi Dan,
While I don't have the time to take over the project, I actually kind of need to use this on a current (1.7+) Django project. Do you mind if I open a PR to upgrade it to 1.7/1.8 support with temporary 1.6 support so anyone on 1.6 can migrate off of it? 1.6 is no longer supported, so it might be best to depreciate that as well. https://docs.djangoproject.com/en/1.8/internals/deprecation/