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.
Hi Dan,
I found this solution to #41 in some blog post (can't find it now) but it's been working well for me. Unfortunately these changes will need to be manually applied to all migrations going forward, because South isn't smart enough to do this on it's own.
Hi Dan, I found this solution to #41 in some blog post (can't find it now) but it's been working well for me. Unfortunately these changes will need to be manually applied to all migrations going forward, because South isn't smart enough to do this on it's own.