Django Ecommerce Website | Authentication | Htmx and Tailwind | Part 10

preview_player
Показать описание
In this part of the Django Ecommerce Website tutorial, we are going to implement the functionality we need for authentication.

We will be using a lot of built in functionality from Django.

Part 10 - Todolist
-Functionality for sign up
-Make it possible to log out
-Functionality for logging in

---

Code With Stein Premium

Support me

Important links

---

#codewithstein #django #htmx #tailwind #djangoecommercewebsite #python #djangotutorial #learndjango
Рекомендации по теме
Комментарии
Автор

I really like your way of making all those tutorials. Also, every video is 15-20 minutes, making it easier to follow up. Thanks.

Mark-tusv
Автор

Thanks for the video! Stein, why don't you use User Manager to remove username and use email as it?

sergeichwelcome
Автор

Hey Stein, thanks for another video!! Please I was also wondering if this method is better than using Login Mixin and Decorators?

chimex
Автор

When creating a new account using the signup page, will the new user be reflected in the Django Admin > Users section? If so, I can't see my new user accounts. Also, if I try to submit the form with empty fields. It returns 8 errors, but there's only 6 input fields? And the returned error doesn't specific what is needed. It just returns "This field is required"

snailprogrammer
Автор

hello, when I click logout on the navbar it returns with a 405 error method not allowed. I made sure I followed the tutorial exactly and am not sure why its giving this error, please help!

def_username
Автор

Hi stein how to login with username and email at the same time like github login system

MEHDI.NIAZI
Автор

Hello Stein, I created the code exactly like yours, but my logout doesn't work, it doesn't redirect to the home page, even though I adjusted the settings

pmagoga