Register New Users - Django Wednesdays ECommerce 8

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 70

  • @Codemycom
    @Codemycom  ปีที่แล้ว +3

    ▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My TH-cam 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 หลายเดือนก่อน +2

    one of the best django series!!

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน

      thanks!

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน

      thanks!

    • @onkarsawant1004
      @onkarsawant1004 4 หลายเดือนก่อน

      Could we get a video on how to get user phone number in our user model directly?

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน +1

      @@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 หลายเดือนก่อน +1

    What a great class, I learned a lot, let's move on🚀

  • @njorogengotho880
    @njorogengotho880 ปีที่แล้ว +1

    I have been waiting for this the whole week. I can't believe the next tutorial is next week 😪😪

  • @Ahmad_Al-Deeb
    @Ahmad_Al-Deeb 5 หลายเดือนก่อน

    Thanks!
    7th & 8th videos helped me a lot with Authentication.

    • @Codemycom
      @Codemycom  5 หลายเดือนก่อน

      Glad it helped!

  • @technologybysrk8419
    @technologybysrk8419 ปีที่แล้ว +1

    Thank you, i just finished #8

  • @namdarcs
    @namdarcs ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      Product pages :-p

  • @YieGin
    @YieGin 11 หลายเดือนก่อน

    Hi don't you think Djoser library better?

  • @deebx8214
    @deebx8214 ปีที่แล้ว

    am actually building a website using this tutorial

    • @Codemycom
      @Codemycom  ปีที่แล้ว

      Happy to hear it

  • @anuragbhattacharjee3984
    @anuragbhattacharjee3984 4 หลายเดือนก่อน

    This is awesome!!

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน

      thank you!

  • @stevenodutu7804
    @stevenodutu7804 ปีที่แล้ว

    There are how many ways of creating a login, logout and registration system in django and which is the most preffered ?

    • @Codemycom
      @Codemycom  ปีที่แล้ว +1

      Whichever works for your situation...why wouldn't you just use the default system built into Django?

  • @codebank4853
    @codebank4853 10 หลายเดือนก่อน

    It is worth tutorial for me. I have a question. how can I add telephone number field to registration form?

    • @Codemycom
      @Codemycom  10 หลายเดือนก่อน +1

      You have to extend the user registration model...we'll be discussing this soon.

  • @ВалерійКубрак
    @ВалерійКубрак ปีที่แล้ว

    Good tutorial, thanks a lot!

  • @LearnKH-s2r
    @LearnKH-s2r 2 หลายเดือนก่อน

    hi professor
    this course very excellent
    How can I access this project? in github

    • @Codemycom
      @Codemycom  2 หลายเดือนก่อน

      I explain that at the beginning of every video

  • @pedrocabellocastro9792
    @pedrocabellocastro9792 6 หลายเดือนก่อน

    Excelent!

    • @Codemycom
      @Codemycom  6 หลายเดือนก่อน

      Thanks!

  • @infinitespace1982
    @infinitespace1982 11 หลายเดือนก่อน +1

    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  11 หลายเดือนก่อน

      Sounds like you forgot to add the csrf token to the form code

    • @infinitespace1982
      @infinitespace1982 11 หลายเดือนก่อน

      @@Codemycom I added that already, it turns out, I misspelt 'method' in the form tag. Thanks for your help

    • @infinitespace1982
      @infinitespace1982 11 หลายเดือนก่อน

      @@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  11 หลายเดือนก่อน

      @@infinitespace1982 then you typed the navbar logic incorrectly

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

  • @rushimithagare2598
    @rushimithagare2598 3 หลายเดือนก่อน

    hey jhon having someproblems with Exception Type: MultiValueDictKeyError
    Exception Value:
    'password' when i hit register

    • @Codemycom
      @Codemycom  3 หลายเดือนก่อน

      Rewatch the video and check your code to discover what you typed wrong

  • @DelginAhmed
    @DelginAhmed 7 หลายเดือนก่อน

    Thank you very much

    • @Codemycom
      @Codemycom  7 หลายเดือนก่อน

      Welcome

  • @laxmishrestha5897
    @laxmishrestha5897 8 หลายเดือนก่อน

    I am having MultiValueDictKeyError at login_user password. Can you please help me to resolve it?

  • @ram_qr
    @ram_qr 6 หลายเดือนก่อน

    brilliant

    • @Codemycom
      @Codemycom  6 หลายเดือนก่อน

      thanks!

  • @LordShadow01
    @LordShadow01 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      There is no admin table...I think you're confused

    • @LordShadow01
      @LordShadow01 4 หลายเดือนก่อน

      @@Codemycom sorry i mean Users

    • @LordShadow01
      @LordShadow01 4 หลายเดือนก่อน

      @@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 4 หลายเดือนก่อน

      @@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?

  • @zavyarproduction8077
    @zavyarproduction8077 5 หลายเดือนก่อน +1

    Hi, do we write password for our email or for username

    • @Codemycom
      @Codemycom  5 หลายเดือนก่อน

      The video shows you

  • @AyishaZiyana
    @AyishaZiyana 11 หลายเดือนก่อน

    Can you do multiple user model?

    • @Codemycom
      @Codemycom  11 หลายเดือนก่อน

      What do you mean? This handles multiple users.

  • @nandhanakb5785
    @nandhanakb5785 ปีที่แล้ว

    Will this project be completed this month

    • @Codemycom
      @Codemycom  ปีที่แล้ว +1

      Most definitely not...nowhere close.

  • @RittaRamachandran
    @RittaRamachandran 4 หลายเดือนก่อน

    '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  4 หลายเดือนก่อน +1

      you'll have to check your code vs the video and discover what you did differently.

    • @RittaRamachandran
      @RittaRamachandran 4 หลายเดือนก่อน

      some typing mistakes.thanks alot sir for your reply
      🙂

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน +1

      @@RittaRamachandran ah yeah, that’s usually the case. Glad you got it sorted out.

  • @RittaRamachandran
    @RittaRamachandran 4 หลายเดือนก่อน

    ValueError: The User could not be created because the data didn't validate....
    error is this.. any suggestion sir?

    • @shacharyaar3810
      @shacharyaar3810 4 หลายเดือนก่อน

      happend to me also!

    • @shacharyaar3810
      @shacharyaar3810 4 หลายเดือนก่อน +1

      the problem for me was i wrote "if form.is_valid" instead of "if form.is_valid()"

    • @Codemycom
      @Codemycom  4 หลายเดือนก่อน

      Rewatch the video to discover what you did differently

  • @garcianogarciagarciano6811
    @garcianogarciagarciano6811 11 หลายเดือนก่อน

    i need your github

    • @Codemycom
      @Codemycom  11 หลายเดือนก่อน

      It's in the pinned comment, as always

  • @amel_.s
    @amel_.s 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      compare your code to the video and discover what error you made when typing it.

    • @amel_.s
      @amel_.s 6 หลายเดือนก่อน

      ​@@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  6 หลายเดือนก่อน +2

      @@amel_.s No, it's passoword1 in one place and password in another. The code has to be exactly as in the video.