How To Register Users - Django Wednesdays #24

  Рет қаралды 43,716

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 62
@Codemycom
@Codemycom 3 жыл бұрын
▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/35Xo9jD 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 $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3sJpeV6
@SantoshYadav-xb2hg
@SantoshYadav-xb2hg 3 жыл бұрын
hi
@briangreenberg153
@briangreenberg153 3 жыл бұрын
As always, I learn a lot from your videos . . . can't wait for Wednesday each week! Who cares about weekends!!!
@Codemycom
@Codemycom 3 жыл бұрын
Ha, thanks! And did you stick your head outside this morning here in Vegas (saturday)? The air is yellow today LOL
@briangreenberg153
@briangreenberg153 3 жыл бұрын
@@Codemycom We need California to confine its wildfire smoke to within its borders. That might help!
@Codemycom
@Codemycom 3 жыл бұрын
@@briangreenberg153 yep!
@med12med
@med12med 2 жыл бұрын
First of all, thank you for this amazing series. I am learning a lot from you. For those people who get something like this error: The view didn't return an HttpResponse object. It returned None instead. add this "else" to the code to temporarily solve the problem: if form.is_valid(): ... else: messages.success( request, "There Was An Error Registering. Try Again...") return redirect('register_user')
@abdullahmekki4386
@abdullahmekki4386 Жыл бұрын
it didn't solve it
@Iamvaibhavtyagi
@Iamvaibhavtyagi Жыл бұрын
One of the best channels I have come across so far on KZbin. I was able to incorporate what you taught in my project. Works like a charm! Thank you :)
@Codemycom
@Codemycom Жыл бұрын
Happy to hear it!
@aiforeducation9909
@aiforeducation9909 Жыл бұрын
This video is so much better than other content I've followed for this stuff. Big fan!
@Codemycom
@Codemycom Жыл бұрын
Thanks! Tell your friends ;-)
@princessarveda9480
@princessarveda9480 3 жыл бұрын
This channel helps me a lot huhuhuhu loveloooots!
@kenkioqqo
@kenkioqqo Жыл бұрын
Maaaaaan, this is simply amazing!!!! After watching this, I now understand the Django user registration creation process because it's so well explained. I just looove Django.
@Codemycom
@Codemycom Жыл бұрын
Happy to hear it!
@skateking8
@skateking8 3 жыл бұрын
Just wanna say this guy taught me me loads , thank you
@Codemycom
@Codemycom 3 жыл бұрын
Happy to hear it!
@barelycodingtoday
@barelycodingtoday Жыл бұрын
I have learned a tons of your Django videos. Thank you so much!
@Codemycom
@Codemycom Жыл бұрын
Happy to hear it!
@user-wm5ft9xj4c
@user-wm5ft9xj4c 10 ай бұрын
Excelente como siempre! Muchas gracias!
@Codemycom
@Codemycom 10 ай бұрын
Welcome
@MarilynMarquez-ib4or
@MarilynMarquez-ib4or Жыл бұрын
Hey John. First of all: Thanks for your videos! I can't tell you how much they've helped me understand Django and how much they've helped me at work! I am having an issue with the registration page, though. I have the exact same code as you, but when I use the function-based view like you have it, I get an error saying that it didn't return an Http object, that it returned None instead (I am using Django 4.1). I switched to a class-based view and it worked, though.
@Codemycom
@Codemycom Жыл бұрын
when people say they have the exact same code as me...99% of the time, they don't. There's usually a typo they don't notice.
@martinprozapas9445
@martinprozapas9445 2 жыл бұрын
Thank you very much for your videos! Great tutorials!!
@vaibhavpatel7509
@vaibhavpatel7509 Жыл бұрын
you have done great job thank you love from india❤❤
@Codemycom
@Codemycom Жыл бұрын
Thanks!
@mouseclicker4955
@mouseclicker4955 2 жыл бұрын
Thanks for the great video! I do have a brief question. At 9:00 when you pass the form into the render function, why isn't the object scoped to the if and else statements? I'm having a hard time understanding why django allows for this.
@BrantScalan
@BrantScalan 2 жыл бұрын
Love your video series. I have been following both your flask and django series. I was wondering if you know of a way to provide Admin approval for user registration? Any change you might be able to do a video on the topic?
@Codemycom
@Codemycom 2 жыл бұрын
I just did a video on admin approval of events...
@FollowPathfinder
@FollowPathfinder Жыл бұрын
Hello, I was just wondering, why isn’t the last return statement in views indented and placed within the else statement?
@abdelmfossa
@abdelmfossa 3 жыл бұрын
Thanks a lot Sir. Please could you make a video on how user can log in with the combinaison of email and password?
@magallonseancarl4061
@magallonseancarl4061 Жыл бұрын
Hey john, So I did exactly what you did. I successfully registered a user and it was also logged in after registering. BUT when I logged it out and tried to log that user in again, nothing happens. Please help me...
@Codemycom
@Codemycom Жыл бұрын
Not sure what you did, but it wasn't exactly what I did, you missed something...you'll have to rewatch and figure out what that was...
@omartoumar8415
@omartoumar8415 6 ай бұрын
If I am developing my website using Django and Vue, would this code work for me as well?
@Codemycom
@Codemycom 6 ай бұрын
Probably, though I've never used Vue
@briangreenberg153
@briangreenberg153 3 жыл бұрын
John, how do we center the word "August" that appears on the rendering of the calendar on the home page this month?
@Codemycom
@Codemycom 3 жыл бұрын
Going to have to go into a whole video on styling that thing...
@MalharLathkar
@MalharLathkar Ай бұрын
is the source code for the examples in this video available? if yes, please share the URL
@Codemycom
@Codemycom Ай бұрын
In the pinned comment
@bourkimohamed1068
@bourkimohamed1068 3 жыл бұрын
Please how to recive notification in my gmaol when someone cotact me in contact form
@greetingsgentlemen.8179
@greetingsgentlemen.8179 3 жыл бұрын
Can you tell us how to customize the form text? Where it says "The password must be ______". I can't figure out how to do that. Tyyyy your videos are so helpful!!!
@Codemycom
@Codemycom 3 жыл бұрын
I said in the video that I'd talk about customizing it later.
@mertmanoah7751
@mertmanoah7751 7 ай бұрын
I love you
@Codemycom
@Codemycom 7 ай бұрын
Thanks!
@killertankpro9000player
@killertankpro9000player 3 ай бұрын
how do i edit the text that django forms has by default?
@Codemycom
@Codemycom 3 ай бұрын
change it in the forms.py file...I have videos showing that if you look around on the channel
@ibrahimoglu
@ibrahimoglu 2 жыл бұрын
👍
@Codemycom
@Codemycom 2 жыл бұрын
🙂
@lekhausha3595
@lekhausha3595 2 жыл бұрын
How can I get these codes?
@Codemycom
@Codemycom 2 жыл бұрын
The code is in the pinned comment.
@aryandeshpande1241
@aryandeshpande1241 2 жыл бұрын
please explain in detail
@Codemycom
@Codemycom 2 жыл бұрын
explain what in detail?
@hasibullahwardak4514
@hasibullahwardak4514 8 ай бұрын
Didn't work for me.
@Codemycom
@Codemycom 8 ай бұрын
that's because you did it wrong...check your code for errors
@sarvanandgaikwad3048
@sarvanandgaikwad3048 Жыл бұрын
Walter white
@Codemycom
@Codemycom Жыл бұрын
lol
@abdullahmekki4386
@abdullahmekki4386 Жыл бұрын
I got this error "The view pages.views.sign_up didn't return an HttpResponse object. It returned None instead."
@Codemycom
@Codemycom Жыл бұрын
Check your code vs the video and figure out what you did differently.
Add Extra Registration Fields - Django Wednesdays #25
11:42
Codemy.com
Рет қаралды 23 М.
Login With User Authentication - Django Wednesdays #21
21:25
Codemy.com
Рет қаралды 173 М.
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН
Angry Sigma Dog 🤣🤣 Aayush #momson #memes #funny #comedy
00:16
ASquare Crew
Рет қаралды 49 МЛН
나랑 아빠가 아이스크림 먹을 때
00:15
진영민yeongmin
Рет қаралды 16 МЛН
Login and Logout - Django Wednesdays ECommerce 7
20:33
Codemy.com
Рет қаралды 13 М.
Python Django User Registration - Full Tutorial
17:41
Dave Gray
Рет қаралды 9 М.
Learn Django in 20 Minutes!!
21:25
Tech With Tim
Рет қаралды 365 М.
Register New Users - Django Wednesdays ECommerce 8
18:51
Codemy.com
Рет қаралды 10 М.
Why Developers Are OBSESSED With Obsidian
11:26
Amichai Mantinband
Рет қаралды 53 М.
Style Django Forms With Bootstrap - Django Blog #5
15:46
Codemy.com
Рет қаралды 126 М.
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН