Hi Guys, as mentioned in the video I'll publish this week the final part of the amazon price tracker project and the 3rd part of the django social network project v2.0. To be honest the main cause of the delay is that I got verrrry busy playing Cyberpunk 😜 Sorry to all the people waiting for those videos - they will come out this week! 💪 Cheers! ✌
@smilenaija79513 жыл бұрын
Pls can you do a video on how to create a cryptocurrency in Python and in blockchain
@smilenaija79513 жыл бұрын
WhatsApp : 08181610775
@mohitrathore88083 жыл бұрын
Literally Today I was willing to send OTP using Django but didn't get anything and Then here you came as Life Saver 😍😍
@numeerqadri3951 Жыл бұрын
please share source code
@MukeshKumar-mx9hb3 жыл бұрын
It is perhaps the best KZbin channel on Django...i loved every content delivered by you man...You are amazing
@Pyplane3 жыл бұрын
Mukesh Kumar thank you ! :))
@numeerqadri3951 Жыл бұрын
please share source code
@shashankpandey19663 жыл бұрын
just found your channel..u r great..to the point content. ..great work dude...
@Pyplane3 жыл бұрын
thank you Shashank! I'm pleased that you enjoy my content :) Cheers
@shashankpandey19663 жыл бұрын
@@Pyplane cheers 🍻
@numeerqadri3951 Жыл бұрын
please share source code
@zakirhossen42463 жыл бұрын
Your video is very practical and informative. Please, share a video or give suggestions related to repeatable group fields in Django Models.
@numeerqadri3951 Жыл бұрын
please share source code
@tudorcozma67813 жыл бұрын
Thank you for the lesson it is a very good informative one. I will use on my website. Can you, please, make a short video, the code to be sent to users email do not use the Twilio
@numeerqadri3951 Жыл бұрын
please share source code
@TarunKumar-ds7ti3 жыл бұрын
Thanks your video really help me alot becouse your way of coding is really match with mine there is so many video on KZbin but the did not coding straight forward... Please make more video on forget password in Django
@numeerqadri3951 Жыл бұрын
please share source code
@bellosegun3 жыл бұрын
Thanks for this great video, i noticed most django tutorial/app uses username and password to login and user can use a single email to register multiple account, can you do a tutorial on achieving login using 'unique' email and password as opposed the username and password. thanks a lot for all your wonderful tutorials
@yarmik3d3 жыл бұрын
Да все просто, добавляешь в свою модель AbstractUser параметр USERNAME_FIELD = 'email' и все готово.
@abdulkabir_022 жыл бұрын
@@yarmik3d спасибо за помочь.
@RahulGupta-pw5ei2 жыл бұрын
Hi Bello Oluwasegun please share link video for above your solution ( can you do a tutorial on achieving login using 'unique' email and password as opposed the username and password. thanks a lot for all your wonderful tutorials)
@numeerqadri3951 Жыл бұрын
please share source code
@sadeghkrmi3 жыл бұрын
@pypane, thanks for sharing I guess there is an error @30:00 minute where you assign code = user.code in user model (CustomUser), there is no code field. Can you explain it?
@3shooki3 жыл бұрын
did you ever figure this out?
@ngotuanhien3 жыл бұрын
I found that the above code is incorrect because you cannot compare a user class with a string of code. It is just a property of code class. So the line 39 should be : if str(code.number) == num:
@wanlyvolcy4390 Жыл бұрын
@@ngotuanhien user for me custom user for him
@prakashsaravanan66133 жыл бұрын
Excellent tutorial, thanks sir for ur valuable service
@Pyplane3 жыл бұрын
Thanks for watching!
@numeerqadri3951 Жыл бұрын
please share source code
@IbrahimKMambo3 жыл бұрын
I suppose we could also generate the code and embed it with the user's session instead of saving it in the database. I wonder, which method is more secured between the two?
@AkshayKaushik3 жыл бұрын
LUKE brother, Can you explain the use of "through" function of objects in any upcoming video? I am unable to understand the use of it.
@numeerqadri3951 Жыл бұрын
please share source code
@oleksandrdiadiushenko49712 жыл бұрын
Thank you very much! Nice and easy solution
@Pyplane2 жыл бұрын
Thanks for watching!
@numeerqadri3951 Жыл бұрын
please share source code
@explore-with-nayem3 жыл бұрын
29:50 code=user.code AttributeError: 'CustomUser' object has no attribute 'code' hi bro. i wrote ur note. but can u show codes how did u do that? in CustomUser i should put to code.
@mattfreire3 жыл бұрын
Awesome tutorial 👍
@Pyplane3 жыл бұрын
Thank you Matthew!
@numeerqadri3951 Жыл бұрын
please share source code
@showclip67843 жыл бұрын
Hello, I'm just thinking that is it necessary to save the OTP in a model. Can't we just use Twilio's Verify API. Can you please help me with implementing verify API.
@3shooki3 жыл бұрын
Having a lot of issues implementing this code into my project. First of all the code that is generated never generates a new code when login and logout. Also, when verifying code the code does not print into the terminal. Even looking into the admin for the code and trying that code for the user it does nothing whether correct or incorrect. I followed the redirecting as told and does not seem to work. Any help?
@user-pg9lb9cw5x2 жыл бұрын
Where can I download the same template from base.html?
@abrarahmed75493 жыл бұрын
Hi there , Can you please make tutorial for how we can add file from our drop box or Google drive instead of our own system in file input at from end. I hope you got it what I'm saying.
@dhruvilshah90983 жыл бұрын
Awesome content sir!
@Pyplane3 жыл бұрын
Thank you Dhruvil!
@fratdevrimcavit36453 жыл бұрын
code=user.code AttributeError: 'CustomUser' object has no attribute 'code' hi bro. i wrote ur note. but can u show codes how did u do that? in CustomUser i should put to code.
@explore-with-nayem3 жыл бұрын
same problem. how did u solve it brother?
@user-rn6zc7vp3h3 жыл бұрын
found solution??
@osmanhamashool63963 жыл бұрын
I didn't get how the new code generates every time you logged in, the signals were called when the user created. I'm a little confused.
@rangabharath42533 жыл бұрын
Awesome as always 👍😀
@Pyplane3 жыл бұрын
Thank you Ranga:))
@numeerqadri3951 Жыл бұрын
please share source code
@SuperRevolver222 жыл бұрын
Great tutorial! Please how can I implement this on the admin site?
@fabianugo82753 жыл бұрын
Oh! Oh! Having followed the tutorial, in the admin panel, my digits code is not generating
@Pyplane3 жыл бұрын
so probably you made a mistake while overriding the save method. Pls check
@fabianugo82753 жыл бұрын
@@Pyplane let me try again. Thank you for responding
@varshasingh66273 жыл бұрын
How maximum length of phone number will be 12 including + in it. It should be 13
@Pyplane3 жыл бұрын
9 digits of phone number plus 3 of internal num
@brahimboughanem2083 жыл бұрын
thank you every day you help me 😍😍
@numeerqadri3951 Жыл бұрын
please share source code
@danieladediran58483 жыл бұрын
Thank you for this channel 👍🏾
@numeerqadri3951 Жыл бұрын
please share source code
@opcon31553 жыл бұрын
Why not use random library and set as default code when created?
@CodeWithTomi3 жыл бұрын
Nice video 👍
@numeerqadri3951 Жыл бұрын
please share source code
@КсюСеменюта2 жыл бұрын
what to do if instead of "username: 57643" the terminal displays "username: Object (1)"? please tell me
@knightmare-gi4cg3 жыл бұрын
I've followed the tutorial and when I want to connnect after log out I've the error : AttributeError et /login/ 'WSGIRequest'object has no attibute 'sessions'
@PP-tc1zp3 жыл бұрын
Thank you for smart code
@sarathkumar-gq8be3 жыл бұрын
Your are using twilio library, is that payed one or free
@discoveryunit77532 жыл бұрын
Great Tutorial video! I followed through but I can't get the SMS from twilio on my phone. I can see the code on my terminal but I don't receive the SMS on my phone. Please what could be the problem?
@RahulGupta-pw5ei2 жыл бұрын
sir i understand but appconfig i got type error what will i do
@muhammadmiraj12033 жыл бұрын
make more video like this
@blossomacademy77093 жыл бұрын
Hey! bro you are great but please provide source code in your every video!!
some parts of the code are not visible, can you pls attach the source code for this?
@Pyplane3 жыл бұрын
Thank you for the feedback. I’ll try to upload the code this week on the blog. Cheers
@aashayamballi3 жыл бұрын
Thank you!!
@Pyplane3 жыл бұрын
thanks for watching Aashay :)
@rezvanibeastx34523 жыл бұрын
Awesome
@felicytatomaszewska Жыл бұрын
It is just providing twilio your phone number. that\s it
@erf6013 жыл бұрын
NO do not enable this feature 2 factor authentication you will lose access to your accounts if you lose access to your original phone numbners do not use