I admire your work and dedication to taking the time to introduce learners to the concept before coding. I like that I learn a lot from your channel. great work
I am trying to do a registration form that saves simultaneous User and UserProfile. i have the exact same problem as 23:46. i can't seem to figure it out.
i admire , but it is too much at one time. you wanted to show us how to extend a User field , but you show how to change the admin website, you could just split the video.......... And wath is the idee of watching yours videos , if you says ( " just watch tutorials to understand this maybe on google ") ???? I apreciate, but could be better.....
Are you sure about this import? from django.contrib.auth.admin import User There it no User class in django.contrib.auth.admin. Only GroupAdmin and UserAdmin. We can import from django.contrib.auth.models import User
Zander is a wizard. This dude's tutorial are some the best I've come across
Thank you zander, I'm almost learning anything about Django from your channel and your videos!
Happy to help!
I admire your work and dedication to taking the time to introduce learners to the concept before coding. I like that I learn a lot from your channel. great work
You're absolutely insane with quality
All my doubts ever solved alltogether
thank you👍
Great Work !
🙌
Hello there, in this user models when I try to add images and update profile its not working... plz answer me
Hmmm. Remind me tomorrow. It is 3am here. 😴
I am trying to do a registration form that saves simultaneous User and UserProfile. i have the exact same problem as 23:46. i can't seem to figure it out.
i admire , but it is too much at one time. you wanted to show us how to extend a User field , but you show how to change the admin website, you could just split the video..........
And wath is the idee of watching yours videos , if you says ( " just watch tutorials to understand this maybe on google ") ???? I apreciate, but could be better.....
Are you sure about this import?
from django.contrib.auth.admin import User
There it no User class in django.contrib.auth.admin. Only GroupAdmin and UserAdmin.
We can import
from django.contrib.auth.models import User