wsvincent / awesome-django

A curated list of awesome things related to Django
http://awesomedjango.org
Creative Commons Zero v1.0 Universal
9.52k stars 1.31k forks source link

Add django-guest-user #231

Closed julianwachholz closed 9 months ago

julianwachholz commented 1 year ago

Project Information

  1. Project Name: django-guest-user
  2. Project URL: https://github.com/julianwachholz/django-guest-user
  3. Description: Allow visitors to interact with your site like a temporary user ("guest") without requiring registration. They can "convert" to a regular user account at any time without losing data.

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.

  1. Is the project new?

    • [ ] Yes
    • [x] No
  2. How long has the project been maintained? About two years.

  3. How many releases has it had if it's a library or package? 12 releases so far

  4. Are you the author or are you submitting the project on behalf of a company?

    • [x] I am the author
    • [ ] I am submitting on behalf of a company
    • [ ] Other (please specify)
  5. 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.

jefftriplett commented 1 year 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.

github-actions[bot] commented 10 months ago

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

julianwachholz commented 10 months ago

Un-stale comment.

julianwachholz commented 9 months ago

Thank you for merging my suggestion!

jefftriplett commented 9 months ago

@julianwachholz thank you for the submission! (not sure where my previous comment went but it was apparently not here 🤦 )