Django Custom User Model | Extend User Fields | Django ORM Mastery

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 15

  • @anthonynarine5292
    @anthonynarine5292 Рік тому +1

    Zander is a wizard. This dude's tutorial are some the best I've come across

  • @mohammadqz8956
    @mohammadqz8956 9 місяців тому +1

    Thank you zander, I'm almost learning anything about Django from your channel and your videos!

  • @chrisgathuthi1831
    @chrisgathuthi1831 2 роки тому +1

    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

  • @Filipkasic
    @Filipkasic 2 роки тому

    You're absolutely insane with quality

  • @acrodile2408
    @acrodile2408 2 роки тому +1

    All my doubts ever solved alltogether

  • @omer4841
    @omer4841 10 місяців тому

    thank you👍

  • @th3tohamy
    @th3tohamy 2 роки тому

    Great Work !

  • @Coden69
    @Coden69 2 роки тому +1

    🙌

  • @suzanshah2906
    @suzanshah2906 Рік тому

    Hello there, in this user models when I try to add images and update profile its not working... plz answer me

    • @veryacademy
      @veryacademy  Рік тому

      Hmmm. Remind me tomorrow. It is 3am here. 😴

  • @victoreu5770
    @victoreu5770 2 роки тому

    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.

  • @JuniorWog
    @JuniorWog 11 місяців тому

    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.....

  • @vasyabilich
    @vasyabilich 2 роки тому +2

    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