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. 😄
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
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
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
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.
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,
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?
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. 😄
So happy it was useful to you! 20 years plus of using a keyboard every day and still can’t type and talk
I was eagerly waiting for this. Thanks a lot.!
Sorry for the delay. Hopefully it provides you some good information.
Thank you! Very thorough and clear in explanation. Subscribed❤️
My mentor .... I plan to go far enough with Django
🐱🏍 Muuuuch more to come! We haven't even warmed up yet!
Wow I can't wait then
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
How to change button add to Wishlist become Remove from Wishlist ? thanks!
Thank you so much! that was very helpful.
You're welcome!
Woww.. Amazing!!!
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
Great sir keep it
Hi Vivek, please sir call me Zander 😂 that my name.
@@veryacademy ok zander
Thank you sooo much. Life saver🙏🙏🙌
You're welcome!
We love you 😍
👍
Thanks!
No problem!
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
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.
Thank u very much!
You're welcome!
Can we add products to the cart from the wishlist?
🆒
👍
hi friend, How do I upload the product images from html?
Why can't we have one to many relationship? Where one user can have many shows in his wishlist
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,
👍
👍
Your code is not seen clear
Sorry about that, just check out the repository if you have problems
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?
Nothing to compare with yours tutorial.
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.
@@veryacademy Your tutorials said that. Thanks a lot for your great effort.