Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Use django.contrib.auth.views.LogoutView #24

Open
JobDoesburg opened this issue Apr 25, 2021 · 0 comments
Open

Use django.contrib.auth.views.LogoutView #24

JobDoesburg opened this issue Apr 25, 2021 · 0 comments

Comments

@JobDoesburg
Copy link
Collaborator

Can you not just do

    path("logout/", LogoutView.as_view(), name="logout"),

from django.contrib.auth.views -> https://github.com/django/django/blob/main/django/contrib/auth/views.py?

Originally posted by @se-bastiaan in #23 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant