Python Django Ecommerce Customer Wish List

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

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

  • @tengugod
    @tengugod Год назад +1

    thanks for this video! you made this so easy to understand and follow I was able to add it to my project without too hassle much. every time you type "POST" had me in stitches. 😄

    • @veryacademy
      @veryacademy  Год назад +1

      So happy it was useful to you! 20 years plus of using a keyboard every day and still can’t type and talk

  • @sanketnawale1938
    @sanketnawale1938 3 года назад +5

    I was eagerly waiting for this. Thanks a lot.!

    • @veryacademy
      @veryacademy  3 года назад +2

      Sorry for the delay. Hopefully it provides you some good information.

  • @annahabanna
    @annahabanna Год назад +1

    Thank you! Very thorough and clear in explanation. Subscribed❤️

  • @mikebubenshi
    @mikebubenshi 3 года назад +1

    My mentor .... I plan to go far enough with Django

    • @veryacademy
      @veryacademy  3 года назад +1

      🐱‍🏍 Muuuuch more to come! We haven't even warmed up yet!

    • @mikebubenshi
      @mikebubenshi 3 года назад

      Wow I can't wait then

  • @sacrista
    @sacrista 3 года назад +1

    Since you asked, docker and multi deploy and maybe a ci pipeline would be great to have in part 2, orchestration and deploy is what I found most difficult to be honest

  • @huyngh007
    @huyngh007 3 года назад +2

    How to change button add to Wishlist become Remove from Wishlist ? thanks!

  • @omarfateh1807
    @omarfateh1807 3 года назад +3

    Thank you so much! that was very helpful.

  • @leiayuri
    @leiayuri 3 года назад +1

    Woww.. Amazing!!!

  • @stefanomontalbano7472
    @stefanomontalbano7472 Год назад

    Thank you so much for this huge job! I'm beginner with django but this series is very clear. I followed all steps of this project and I made also "inventory app" of version 2.
    I have a question, I hope you can answer me and maybe will do a video about service selling.
    So, if the product is a service, how can I implement in database?
    I think it is similar to wishlist field but with somethings of different, so when the customer buy a lifetime service, a backend function writes a boolean field in product table. I think "one to one" table is required but i'm not sure.
    Then the customer can see "free" service and "buyed" service in the home page.
    Please, give me a suggestions!
    Very thanks

  • @vivektiwari5474
    @vivektiwari5474 3 года назад +2

    Great sir keep it

    • @veryacademy
      @veryacademy  3 года назад +1

      Hi Vivek, please sir call me Zander 😂 that my name.

    • @vivektiwari5474
      @vivektiwari5474 3 года назад

      @@veryacademy ok zander

  • @nevilleotieno9638
    @nevilleotieno9638 2 года назад +1

    Thank you sooo much. Life saver🙏🙏🙌

  • @Nayaloful
    @Nayaloful 3 года назад +1

    We love you 😍

  • @airtonalvarez5950
    @airtonalvarez5950 3 года назад +2

    Thanks!

  • @benjaminagyekum7283
    @benjaminagyekum7283 3 года назад +1

    at the end of this whole series will it be a complete Ecommerce site? because i want to wait till its done then dedicate 1-4 months for all. i dont like suspense.😊.good work too

    • @veryacademy
      @veryacademy  3 года назад +4

      Hi Ben, we will continue to build this as long as people want to watch it - it will be a complete Ecommerce site. Once it is finished I will post a full long tutorial with the code we finish up with.

  • @eqranow1882
    @eqranow1882 3 года назад +1

    Thank u very much!

  • @asavariakshekar364
    @asavariakshekar364 3 года назад

    Can we add products to the cart from the wishlist?

  • @AcademyOmen
    @AcademyOmen 3 года назад +1

    🆒

  • @empirenakayima
    @empirenakayima 3 года назад

    hi friend, How do I upload the product images from html?

  • @FahadAhmed-i5q
    @FahadAhmed-i5q Год назад +1

    Why can't we have one to many relationship? Where one user can have many shows in his wishlist

    • @veryacademy
      @veryacademy  Год назад

      Ok if I understand you. One user has multiple items in wish list. Fine. But you have to consider the opposite relationship. 1 item will be in many others wish lists so you have one to many between item and user. Add it all up you have a many to many. Let me know if I didn’t understand you,

  • @hirakhax3210
    @hirakhax3210 3 года назад +1

    👍

  • @drumisoni225
    @drumisoni225 3 года назад +2

    Your code is not seen clear

    • @veryacademy
      @veryacademy  3 года назад

      Sorry about that, just check out the repository if you have problems

  • @mohamedstohy
    @mohamedstohy 2 года назад

    Thank you so much.I have a question.
    product.users_wishlist.filter(id=request.user.id).exists():
    which id are we getting here? The product_users_wishlist arbitrary table has 3 columns, 1-id for the adding process 2-customer id 3-product id so I don't get which one are we filtering against?
    Another question is that you elaborated that it is a one to one relationship but what you executed is many to many rellationship so what didn't I get?

  • @hacninetushar
    @hacninetushar 3 года назад +1

    Nothing to compare with yours tutorial.

    • @veryacademy
      @veryacademy  3 года назад +1

      Thanks Hacnine, I try to offer something different than what is currently online. It isn't for everyone, but hopefully it can be helpful to some.

    • @hacninetushar
      @hacninetushar 3 года назад

      @@veryacademy Your tutorials said that. Thanks a lot for your great effort.