▶️ 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
@parhamlashkar30892 жыл бұрын
Thank You for the toturial. It's really easy to use email for sign in instead of the username. Just set your username input as an EmailField.
@Alejandro-qw5dn Жыл бұрын
10:00 In which video do you cover that??
@mariuszmach20592 жыл бұрын
Hey, I do not know who will answer a comment, customer service or the guy from the video, hopefully, the guy. I joined the club and subscribed just because you're doing an awesome job. the way how you explain things is brilliant. Everyone around advised me not to use Django, and only thanks to you I love that framework. good job, keep it going!
@Codemycom2 жыл бұрын
Glad you're enjoying things!
@Codemycom2 жыл бұрын
@Uneas Paragon Happy to hear it!
@kak.rahman2 жыл бұрын
Verry cool video,, absolutely clear with your explanations.... thanks so much
@Codemycom2 жыл бұрын
Glad you enjoyed it!
@avinashkukku54492 жыл бұрын
How to add the address in that Users table
@JuniorOnLive2 жыл бұрын
How can I add an image field to the registration? That field will be for the profile picture.
@DarcyMiyamoto2 жыл бұрын
I love your work and I’m saving up for the total membership but I must ask if there’s been a video where there’s a merge between Django’s default user and the custom user? I have some custom models but as seen in the videos thus far, if a user is made, it’s automatically saved to Django’s default user. Thank you so much though for the content!
@TheAlexDoria2 жыл бұрын
Great content, thank you. In what video do you cover the merge between MyClubUser and the Django regular user?
@DarcyMiyamoto2 жыл бұрын
I hope he answers because I have yet to find the video where it’s covered
@magorzatadabrowska5757 Жыл бұрын
Is it possible to change language of these added fields? (changing language in settings works, but not for the added fields)
@enishpandey24802 жыл бұрын
email, first name and last name are not added in form view. when login on admin page email, first name and last name these needed further addition
@labialkosta2613 жыл бұрын
Great video 📹 keep it coming, can you add another day for django? If you can ofc
@Codemycom3 жыл бұрын
No sorry, I have tons of django courses on Codemy.com if you're interested in more.
@labialkosta2613 жыл бұрын
@@Codemycom yes ofc i will check it out thank you 🔥
@funnycatsanddogs1464 Жыл бұрын
I think you didn't make migrations after adding the address field
@Codemycom Жыл бұрын
of course I did, as I said in the video...we get into all that in the future video where that is covered. We didn't actually add an address field in this video...right?
@pranavingale6850 Жыл бұрын
I know its 2 years late but ordering of the custom fields in my frontend is off its showing username, password1, password2, then custom fields, how to change that
@Codemycom Жыл бұрын
everything you need to know is in the videos
@pranavingale6850 Жыл бұрын
@@Codemycom no I mean when you added custom fields in 'fields' they showed in the form in order that you mentioned in 'fields' whereas in my case it is not showing in the order i mentioned but in the order - Username Password1 Password2 Rest of the stuff
@MAROUANChotta Жыл бұрын
same problem broo did you solve it ? help please
@pranavingale6850 Жыл бұрын
@@MAROUANChotta as much as I remember, below fields use something called ordering...like this fields = [x,y,z] ordering = [the way you want the order] P.S- it's ordering or order or order_by something like that, start with ordering
@EverlastGamers10 ай бұрын
Thanks for the video. You look a little bit like Walter White by the way.
@Codemycom10 ай бұрын
Ha thanks
@geosesame61622 жыл бұрын
For me, it doesn't update first_name, last_name and email in the admin part.
@geosesame61622 жыл бұрын
just restart the server and it takes the modification in the admin part
@Codemycom2 жыл бұрын
@@geosesame6162 cool
@MarceloPalmaSalas2 жыл бұрын
One of the best course I take. Please, can you share your github code? Thanks!
@Codemycom2 жыл бұрын
Thanks! It's always in the pinned comment.
@youshouldsee82402 жыл бұрын
how can add gender(man,woman,..) I mean how i cand add boolean fields and saved in DB
@Codemycom2 жыл бұрын
I believe I cover that later in the playlist
@rezarostami8913 жыл бұрын
How learn login with phone number in Django
@Codemycom3 жыл бұрын
We did login already. Check the playlist.
@jenilchudgar3 жыл бұрын
Have you learnt the ending? cause it is same every time?😆