10:51 how did you make login page appear? After all those steps for me browser says: page not found 404
@CodeWithStein11 ай бұрын
I just did what i did in the video. You might have a typo or similar 🤷🏼♂️
@BurhanAijaz6 ай бұрын
4:27 , isnt the context_processor already there at line no.75
@CodeWithStein4 ай бұрын
I do not think so no :-) Maybe, haven't looked at the code :-P
@madusan12 жыл бұрын
Very good but you duplicated the context processor for the templates in settings. It was already set and you added it again. The documentation is for older django versions and it was just saying to check that it is set
@CodeWithStein2 жыл бұрын
Ah, I see that now. I guess I should have read the docs better on that one. Thanks for pointing it out :-)
@astacey8411 ай бұрын
Is it possible to skip the intermediary "you are about to..." type screens?
@CodeWithStein11 ай бұрын
Hey, i do not think so no :/
@codemedic Жыл бұрын
Thanks for the HELP stein 🙏.👍👍
@CodeWithStein Жыл бұрын
You’re welcome 😁
@AlicjaJanek9 ай бұрын
Hey, How to go from this login section straight to login via 3d party, in this case github for example, when we only have one login option to choose from ?
@CodeWithStein8 ай бұрын
Hey, I am not sure :/ Will try to find it out, because I really need to know for my self at one point.
@gregoryweb39 ай бұрын
Sir how then to use this authentication on my react js and react native app
@CodeWithStein9 ай бұрын
Hey, check out my tutorial on the Airbnb clone and you will learn how to do that 😁
@gregoryweb39 ай бұрын
sir in your website I want to be premium but I want to ask , is your courses is updated?
@CodeWithStein9 ай бұрын
Hey, some of them are new and some a little bit old. But they are still valid today since not much has changed. Anything particular you’re thinking about?
@svenandreas5947 Жыл бұрын
did follow step by step, but for whatever reason, i can create superuser , but don't find the entry in database. so no admin login possible
@CodeWithStein Жыл бұрын
What?! :P that sounds impossible :P I have no idea what can cause that :/
@WillianKevenis Жыл бұрын
Is it possible to skip this part of clicking continue?
@CodeWithStein Жыл бұрын
I think that has to be there :/
@KovalevPro5 ай бұрын
Thank you 👍👍👍
@CodeWithStein5 ай бұрын
You’re welcome 😁
@SkeechFab Жыл бұрын
This is great thx! Could you do a tutorial requiring admin approval for registration before users can login?
@CodeWithStein Жыл бұрын
Hey, you're welcome. Hmm, good idea. I will add it to my list of ideas :-)
@BangNguyen-kz5pn2 жыл бұрын
This one with Djoser, which one you recommend?
@CodeWithStein2 жыл бұрын
Hey, not sure yet which I prefer. I have most experience with Djoser though 😁
@neovickson Жыл бұрын
How can I use it for a react frontend.
@CodeWithStein Жыл бұрын
No idea, never used React 🤷🏼♂️
@neovickson Жыл бұрын
@@CodeWithStein hmm... I'm new to django social auth Anyways thanks
@wendersonoliveiramelo35311 ай бұрын
Very nice!!
@CodeWithStein11 ай бұрын
Thanks 😁
@bijendernagar152 жыл бұрын
Thank you so much sir please make another video for mobile OTP authentication thanks again
@CodeWithStein2 жыл бұрын
Thanks 😁 maybe, we’ll see 🤷🏼♂️
@srisanthosh84404 ай бұрын
super you done something that is most presious
@CodeWithStein4 ай бұрын
Thanks :-)
@euriperez95862 жыл бұрын
Pro content !
@CodeWithStein2 жыл бұрын
Thanks 😁😁
@ibrahimoglu2 жыл бұрын
👍
@CodeWithStein2 жыл бұрын
☺️
@nehat7862 жыл бұрын
Sir, please do make it with DRF too. It would be very helpful sir. 🙏
@CodeWithStein2 жыл бұрын
Good idea, maybe I can do that ☺️
@nehat7862 жыл бұрын
Love you sir. More power to you. ❤
@williamtouzalin11807 ай бұрын
I had some errors on MacOS (perhaps because I also tried to run also the command) pip install "django-allauth[google]" when I was doing DB migration I did "pip install PyJWT" and "pip install cryptography" to fix the issue.