Django-To-Do-list-with-user-authentication icon indicating copy to clipboard operation
Django-To-Do-list-with-user-authentication copied to clipboard

logout method changed to POST

Open alex-pythonista opened this issue 1 year ago • 0 comments

In recent updates of Django, the developers changed the LogoutView method from GET to POST. Since this tutorial has not the updated code, beginners may get confused why their logout button does not work properly.

Here is a related issue to look into: https://forum.djangoproject.com/t/deprecation-of-get-method-for-logoutview/25533

alex-pythonista avatar Jan 15 '24 11:01 alex-pythonista