django-ecommerce-project icon indicating copy to clipboard operation
django-ecommerce-project copied to clipboard

Implement User Account Logout Feature

Open AAdewunmi opened this issue 6 months ago • 0 comments

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:

Screenshot 2024-08-14 at 12 42 44

AAdewunmi avatar Aug 14 '24 11:08 AAdewunmi