i’m following this tutorial django tutorial and the built in logout does’nt work it return : Method Not Allowed (GET): /accounts/logout/
Correct, for all the reasons identified at Deprecation of GET method for LogoutView
That tutorial should be updated.
Also see Django 4.1 release notes | Django documentation | Django