Register New Users - Django Wednesdays ECommerce 8

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 70

  • @Codemycom
    @Codemycom  11 месяцев назад +3

    ▶ Watch Django Wednesdays Ecommerce Playlist ✅ Subscribe To My RUclips 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

  • @zavyarproduction8077
    @zavyarproduction8077 3 месяца назад +1

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

    • @Codemycom
      @Codemycom  3 месяца назад

      The video shows you

  • @rushimithagare2598
    @rushimithagare2598 Месяц назад

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

    • @Codemycom
      @Codemycom  Месяц назад

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

  • @LearnKH-s2r
    @LearnKH-s2r 15 дней назад

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

    • @Codemycom
      @Codemycom  7 дней назад

      I explain that at the beginning of every video

  • @kelver3158
    @kelver3158 7 месяцев назад +1

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

  • @njorogengotho880
    @njorogengotho880 11 месяцев назад +1

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

  • @namdarcs
    @namdarcs 11 месяцев назад +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  11 месяцев назад +1

      Product pages :-p

  • @RittaRamachandran
    @RittaRamachandran 2 месяца назад

    '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  2 месяца назад +1

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

    • @RittaRamachandran
      @RittaRamachandran 2 месяца назад

      some typing mistakes.thanks alot sir for your reply
      🙂

    • @Codemycom
      @Codemycom  2 месяца назад +1

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

  • @technologybysrk8419
    @technologybysrk8419 11 месяцев назад +1

    Thank you, i just finished #8

  • @onkarsawant1004
    @onkarsawant1004 2 месяца назад +2

    one of the best django series!!

    • @Codemycom
      @Codemycom  2 месяца назад

      thanks!

    • @Codemycom
      @Codemycom  2 месяца назад

      thanks!

    • @onkarsawant1004
      @onkarsawant1004 2 месяца назад

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

    • @Codemycom
      @Codemycom  2 месяца назад +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.

  • @laxmishrestha5897
    @laxmishrestha5897 6 месяцев назад

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

  • @infinitespace1982
    @infinitespace1982 9 месяцев назад +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  9 месяцев назад

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

    • @infinitespace1982
      @infinitespace1982 9 месяцев назад

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

    • @infinitespace1982
      @infinitespace1982 9 месяцев назад

      @@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  9 месяцев назад

      @@infinitespace1982 then you typed the navbar logic incorrectly

  • @RittaRamachandran
    @RittaRamachandran 2 месяца назад

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

    • @shacharyaar3810
      @shacharyaar3810 2 месяца назад

      happend to me also!

    • @shacharyaar3810
      @shacharyaar3810 2 месяца назад +1

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

    • @Codemycom
      @Codemycom  2 месяца назад

      Rewatch the video to discover what you did differently

  • @YieGin
    @YieGin 9 месяцев назад

    Hi don't you think Djoser library better?

  • @LordShadow01
    @LordShadow01 2 месяца назад

    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  2 месяца назад

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

    • @LordShadow01
      @LordShadow01 2 месяца назад

      @@Codemycom sorry i mean Users

    • @LordShadow01
      @LordShadow01 2 месяца назад

      @@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 2 месяца назад

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

  • @anuragbhattacharjee3984
    @anuragbhattacharjee3984 2 месяца назад

    This is awesome!!

  • @nandhanakb5785
    @nandhanakb5785 11 месяцев назад

    Hy....ur video is very useful.then you can upload fast🤓 because we are waiting...

    • @Codemycom
      @Codemycom  11 месяцев назад

      They come out once per week on Wednesday, hence the name.

  • @Ahmad_Al-Deeb
    @Ahmad_Al-Deeb 3 месяца назад

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

  • @codebank4853
    @codebank4853 8 месяцев назад

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

    • @Codemycom
      @Codemycom  8 месяцев назад +1

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

  • @stevenodutu7804
    @stevenodutu7804 10 месяцев назад

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

    • @Codemycom
      @Codemycom  10 месяцев назад +1

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

  • @ram_qr
    @ram_qr 4 месяца назад

    brilliant

  • @deebx8214
    @deebx8214 10 месяцев назад

    am actually building a website using this tutorial

    • @Codemycom
      @Codemycom  10 месяцев назад

      Happy to hear it

  • @nandhanakb5785
    @nandhanakb5785 11 месяцев назад

    Will this project be completed this month

    • @Codemycom
      @Codemycom  11 месяцев назад +1

      Most definitely not...nowhere close.

  • @AyishaZiyana
    @AyishaZiyana 9 месяцев назад

    Can you do multiple user model?

    • @Codemycom
      @Codemycom  9 месяцев назад

      What do you mean? This handles multiple users.

  • @DelginAhmed
    @DelginAhmed 5 месяцев назад

    Thank you very much

  • @garcianogarciagarciano6811
    @garcianogarciagarciano6811 9 месяцев назад

    i need your github

    • @Codemycom
      @Codemycom  9 месяцев назад

      It's in the pinned comment, as always

  • @ВалерійКубрак
    @ВалерійКубрак 10 месяцев назад

    Good tutorial, thanks a lot!

  • @pedrocabellocastro9792
    @pedrocabellocastro9792 4 месяца назад

    Excelent!

  • @amel_.s
    @amel_.s 4 месяца назад

    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  4 месяца назад

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

    • @amel_.s
      @amel_.s 4 месяца назад

      ​@@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  4 месяца назад +2

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