Closed julianwachholz closed 9 months ago
Hey @julianwachholz, this looks useful. We'll add it to the https://django-news.com queue and see what kind of feedback we get.
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
Un-stale comment.
Thank you for merging my suggestion!
@julianwachholz thank you for the submission! (not sure where my previous comment went but it was apparently not here 🤦 )
Project Information
django-guest-user
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Is the project new?
How long has the project been maintained? About two years.
How many releases has it had if it's a library or package? 12 releases so far
Are you the author or are you submitting the project on behalf of a company?
What makes it awesome? Let visitors interact with your Django application as if they were registered users; at any given point they can choose to "convert" to a proper registered user without losing any work done so far. This package makes this use case easy to implement without having to rely on session data alone, and your existing code doesn't need modifications if you're adding anonymous usage late into the project.
Additional Information
I created this package as a drop-in replacement for django-lazysignup, a more established and better known project which unfortunately hasn't seen any updates or activities by its maintainers since I've started
django-guest-user
. There is also extensive documentation available.