Django-To-Do-list-with-user-authentication
Django-To-Do-list-with-user-authentication copied to clipboard
logout method changed to POST
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