Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add django-guest-user #231

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

julianwachholz
Copy link
Contributor

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
    • 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?

    • 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
Copy link
Collaborator

Hey @julianwachholz, this looks useful. We'll add it to the https://django-news.com queue and see what kind of feedback we get.

Copy link

github-actions bot commented Jan 1, 2024

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
Copy link
Contributor Author

Un-stale comment.

Repository owner deleted a comment from Thzeh Jan 18, 2024
@jefftriplett jefftriplett merged commit b8feec9 into wsvincent:main Jan 18, 2024
1 check passed
@julianwachholz
Copy link
Contributor Author

Thank you for merging my suggestion!

@jefftriplett
Copy link
Collaborator

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

@julianwachholz julianwachholz deleted the patch-1 branch February 8, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants