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

Configuring login_not_required for django_browser_reload with Django 5.1's LoginRequiredMiddleware #281

Closed
Macktireh opened this issue Aug 14, 2024 · 2 comments · Fixed by #283

Comments

@Macktireh
Copy link

Python Version

3.12.3

Django Version

5.1

Package Version

1.13.0

Browser

Chrome & Firefox

Description

With Django 5.1's new LoginRequiredMiddleware, how can I set login_not_required for django_browser_reload:

path("__reload__/", include("django_browser_reload.urls")),

Thanks in advance

@adamchainz
Copy link
Owner

Fixed in #283, released in 1.14.0.

@Macktireh
Copy link
Author

@adamchainz Thank you very much

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 a pull request may close this issue.

2 participants