django-ecommerce-project
django-ecommerce-project copied to clipboard
Implement User Account Logout Feature
Hi @veryacademy,
Just completed Section 6 ... Great tutorial 👍
Thought I'd ask whether there is a template for logout within the account app i.e. templates/account/logout.html or do we have to create one ourselves?
Asking because logout from account leads to a blank page (See image below).
Thanks
- Terminal Output:
Method Not Allowed (GET): /account/logout/
Method Not Allowed: /account/logout/
[14/Aug/2024 09:50:49] "GET /account/logout/ HTTP/1.1" 405 0
- Webpage Screenshot: