veryacademy / django-ecommerce-project

The Django-Ecommerce is an open-source project initiative and tutorial series built with Python and the Django Framework.
MIT License
399 stars 278 forks source link

Implement User Account Logout Feature #16

Open AAdewunmi opened 2 months ago

AAdewunmi commented 2 months ago

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

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

Screenshot 2024-08-14 at 12 42 44