Register New Users - Django Wednesdays ECommerce 8

  Рет қаралды 11,935

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 70
@Codemycom
@Codemycom Жыл бұрын
▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3OBQJfN bit.ly/2IGzvOR ▶ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN ▶ Get The Code bit.ly/47xAhWJ
@onkarsawant1004
@onkarsawant1004 4 ай бұрын
one of the best django series!!
@Codemycom
@Codemycom 3 ай бұрын
thanks!
@Codemycom
@Codemycom 3 ай бұрын
thanks!
@onkarsawant1004
@onkarsawant1004 3 ай бұрын
Could we get a video on how to get user phone number in our user model directly?
@Codemycom
@Codemycom 3 ай бұрын
@@onkarsawant1004 you don't. You can't add things to the user model. You can add it to another model and then associate it with a foreign key, in the way we added all the user stuff.
@kelver3158
@kelver3158 9 ай бұрын
What a great class, I learned a lot, let's move on🚀
@njorogengotho880
@njorogengotho880 Жыл бұрын
I have been waiting for this the whole week. I can't believe the next tutorial is next week 😪😪
@Codemycom
@Codemycom Жыл бұрын
🙂
@Ahmad_Al-Deeb
@Ahmad_Al-Deeb 4 ай бұрын
Thanks! 7th & 8th videos helped me a lot with Authentication.
@Codemycom
@Codemycom 4 ай бұрын
Glad it helped!
@technologybysrk8419
@technologybysrk8419 Жыл бұрын
Thank you, i just finished #8
@Codemycom
@Codemycom Жыл бұрын
Groovy
@namdarcs
@namdarcs Жыл бұрын
Great video John as always... Ill wait for more:) Do we have any idea what the next video will be expanding on ? Just curious lol
@Codemycom
@Codemycom Жыл бұрын
Product pages :-p
@deebx8214
@deebx8214 11 ай бұрын
am actually building a website using this tutorial
@Codemycom
@Codemycom 11 ай бұрын
Happy to hear it
@LearnKH-s2r
@LearnKH-s2r Ай бұрын
hi professor this course very excellent How can I access this project? in github
@Codemycom
@Codemycom Ай бұрын
I explain that at the beginning of every video
@codebank4853
@codebank4853 9 ай бұрын
It is worth tutorial for me. I have a question. how can I add telephone number field to registration form?
@Codemycom
@Codemycom 9 ай бұрын
You have to extend the user registration model...we'll be discussing this soon.
@ВалерійКубрак
@ВалерійКубрак 11 ай бұрын
Good tutorial, thanks a lot!
@Codemycom
@Codemycom 11 ай бұрын
welcome!
@anuragbhattacharjee3984
@anuragbhattacharjee3984 3 ай бұрын
This is awesome!!
@Codemycom
@Codemycom 3 ай бұрын
thank you!
@pedrocabellocastro9792
@pedrocabellocastro9792 5 ай бұрын
Excelent!
@Codemycom
@Codemycom 5 ай бұрын
Thanks!
@nandhanakb5785
@nandhanakb5785 Жыл бұрын
Hy....ur video is very useful.then you can upload fast🤓 because we are waiting...
@Codemycom
@Codemycom Жыл бұрын
They come out once per week on Wednesday, hence the name.
@YieGin
@YieGin 10 ай бұрын
Hi don't you think Djoser library better?
@stevenodutu7804
@stevenodutu7804 11 ай бұрын
There are how many ways of creating a login, logout and registration system in django and which is the most preffered ?
@Codemycom
@Codemycom 11 ай бұрын
Whichever works for your situation...why wouldn't you just use the default system built into Django?
@DelginAhmed
@DelginAhmed 6 ай бұрын
Thank you very much
@Codemycom
@Codemycom 6 ай бұрын
Welcome
@ram_qr
@ram_qr 5 ай бұрын
brilliant
@Codemycom
@Codemycom 5 ай бұрын
thanks!
@infinitespace1982
@infinitespace1982 10 ай бұрын
whenever I try to register a new account, it returns a csrf middleware token in the terminal and no validation checks are performed and even if all fields are valid, the user isn't added to the database
@Codemycom
@Codemycom 10 ай бұрын
Sounds like you forgot to add the csrf token to the form code
@infinitespace1982
@infinitespace1982 10 ай бұрын
@@Codemycom I added that already, it turns out, I misspelt 'method' in the form tag. Thanks for your help
@infinitespace1982
@infinitespace1982 10 ай бұрын
@@Codemycom But I noticed another issue, I made a dashboard template that the user is redirected to after logging in (which works), however, the navbar does not update to give the 'logout' option.
@Codemycom
@Codemycom 10 ай бұрын
@@infinitespace1982 then you typed the navbar logic incorrectly
@rushimithagare2598
@rushimithagare2598 2 ай бұрын
hey jhon having someproblems with Exception Type: MultiValueDictKeyError Exception Value: 'password' when i hit register
@Codemycom
@Codemycom 2 ай бұрын
Rewatch the video and check your code to discover what you typed wrong
@zavyarproduction8077
@zavyarproduction8077 5 ай бұрын
Hi, do we write password for our email or for username
@Codemycom
@Codemycom 5 ай бұрын
The video shows you
@laxmishrestha5897
@laxmishrestha5897 7 ай бұрын
I am having MultiValueDictKeyError at login_user password. Can you please help me to resolve it?
@LordShadow01
@LordShadow01 3 ай бұрын
shouldn't registration be for customers and data should be in the customer table not in the admin table, I'm confused. please someone answer me.
@Codemycom
@Codemycom 3 ай бұрын
There is no admin table...I think you're confused
@LordShadow01
@LordShadow01 3 ай бұрын
@@Codemycom sorry i mean Users
@LordShadow01
@LordShadow01 3 ай бұрын
@@Codemycom register feature should be for a normal customer so data should go into the customer table if I understand correctly. and love your videos I started following you after seeing your video on freecodecamp. learned a lot
@LordShadow01
@LordShadow01 3 ай бұрын
@@Codemycom Sorry I mean Users, register functionality should be for normal customers to register themselves right, if Customer data were going to be stored in Users then what is the use of the Customer table?
@RittaRamachandran
@RittaRamachandran 3 ай бұрын
ValueError: The User could not be created because the data didn't validate.... error is this.. any suggestion sir?
@shacharyaar3810
@shacharyaar3810 3 ай бұрын
happend to me also!
@shacharyaar3810
@shacharyaar3810 3 ай бұрын
the problem for me was i wrote "if form.is_valid" instead of "if form.is_valid()"
@Codemycom
@Codemycom 3 ай бұрын
Rewatch the video to discover what you did differently
@RittaRamachandran
@RittaRamachandran 3 ай бұрын
'str' object has no attribute 'get_bound_field'...............i am recieving this error while clicking on signup button can u help me pls
@Codemycom
@Codemycom 3 ай бұрын
you'll have to check your code vs the video and discover what you did differently.
@RittaRamachandran
@RittaRamachandran 3 ай бұрын
some typing mistakes.thanks alot sir for your reply 🙂
@Codemycom
@Codemycom 3 ай бұрын
@@RittaRamachandran ah yeah, that’s usually the case. Glad you got it sorted out.
@AyishaZiyana
@AyishaZiyana 10 ай бұрын
Can you do multiple user model?
@Codemycom
@Codemycom 10 ай бұрын
What do you mean? This handles multiple users.
@nandhanakb5785
@nandhanakb5785 Жыл бұрын
Will this project be completed this month
@Codemycom
@Codemycom Жыл бұрын
Most definitely not...nowhere close.
@garcianogarciagarciano6811
@garcianogarciagarciano6811 10 ай бұрын
i need your github
@Codemycom
@Codemycom 10 ай бұрын
It's in the pinned comment, as always
@amel_.s
@amel_.s 5 ай бұрын
I am not able to regitser new user the if part conditons in views.py of register_user is not executed for me only else part is executed .can you help me to resolve the error
@Codemycom
@Codemycom 5 ай бұрын
compare your code to the video and discover what error you made when typing it.
@amel_.s
@amel_.s 5 ай бұрын
​@@Codemycom I already did . Even I had checked your source code in git hub and I found that you had given key for password as password1 but in video you are giving it as password. For me it's saying key error for that password but I have given the same that you had given in this video . Also for me the user is registered from that form but not redirected instead its saying key error.when I checked the admin panel the registered user is there. How can I solve this it's saying something wrong with that password key?
@Codemycom
@Codemycom 5 ай бұрын
@@amel_.s No, it's passoword1 in one place and password in another. The code has to be exactly as in the video.
Product Pages - Django Wednesdays ECommerce 9
14:12
Codemy.com
Рет қаралды 10 М.
Login and Logout - Django Wednesdays ECommerce 7
20:33
Codemy.com
Рет қаралды 15 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 37 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 22 МЛН
User registration and authentication in Django
58:35
Cloud With Django
Рет қаралды 36 М.
Extend User Profiles - Django Wednesdays ECommerce 24
19:27
Codemy.com
Рет қаралды 4,3 М.
Login With User Authentication - Django Wednesdays #21
21:25
Codemy.com
Рет қаралды 179 М.
What Is JWT and Why Should You Use JWT
14:53
Web Dev Simplified
Рет қаралды 1,2 МЛН
Generate Orders - Django Wednesdays ECommerce 35
25:40
Codemy.com
Рет қаралды 3,2 М.
Multiple User Types | Django
21:13
Daniel Roy Greenfeld
Рет қаралды 56 М.
Difference between cookies, session and tokens
11:53
Valentin Despa
Рет қаралды 647 М.
Cart Persistence on Logout - Django Wednesdays ECommerce 27
14:46
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН