▶ 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
I am seeing this issue anytime I create a new user now or login and click "update info" as a previous user I made prior to implementing shipping form... I assume others are seeing the same and I have review a good chunk of the github but cant find where I made the mistake... I think we need to implement the logic for this still...
@@Codemycom It appears this did not fix the issue... I see this error... " DoesNotExist at /update_info/ ShippingAddress matching query does not exist.... When creating a new user it assumes there is an entry for a shipping address already existing for a user so it fails on this I believe. I assume if you try to create a user brand new on your end you will see the same with the same structure we have done so far.
Hey Hi, Firstly big thanks to you man I followed this series from starting. And now second thing dude I am creating e comm website without user model because I don't want to create users in the db but now can you tell me how I manage the order for shipment. I would request to you please cover API integration for the shipment and for the payment gateway.
just completed Musker app i have a request you didnt added comment system in musker app please add it in this project i like your videos very much Thanks for your good work
we definitely won't be dealing with delivery stuff...every product is different, so would require a different delivery service - we couldn't possibly do them all
▶ 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
one of the most in depth django series i have ever seen on youtube
Great work John keep it coming... Love how we are eventually gaining a whole understanding of everything coming together !
Thank you for providing these tutorials for us all for free.
Glad you enjoy them!
Superb 💯💯💯💯💯
Thanks 🤗
Nice one. U make it easy to follow and understand
Glad you think so!
so .. what about order model in shop app ?
sir, why are there 2 order models first in store and the second in payment
Thanks man!! I APPRECIATE THIS
Welcome!
Would be really cool to see Stripe payment integration. Been watching you for a long time and I thank you! :)
Will most likely use Stripe
Amazing
Thanks!
i have an error, it says
order = models.ForeignKey(Order, on_delete=models.CASCADE, null=True)
^^^^^
NameError: name 'Order' is not defined
Import your Order model at the top of the page
Exception Type: DoesNotExist
Exception Value:
ShippingAddress matching query does not exist. getting this error when clicking on the user info
Sounds like you didn't watch the last video till the end...
I am seeing this issue anytime I create a new user now or login and click "update info" as a previous user I made prior to implementing shipping form... I assume others are seeing the same and I have review a good chunk of the github but cant find where I made the mistake... I think we need to implement the logic for this still...
@@namdarcs didn't we fix this at the end of that video?
th-cam.com/video/O7hNJBkRZNk/w-d-xo.html
@@Codemycom It appears this did not fix the issue... I see this error... " DoesNotExist at /update_info/
ShippingAddress matching query does not exist.... When creating a new user it assumes there is an entry for a shipping address already existing for a user so it fails on this I believe. I assume if you try to create a user brand new on your end you will see the same with the same structure we have done so far.
I've done the bit at the end of the video, however when I register a new user, it's giving me the same error although it creates the user@@Codemycom
Hey Hi, Firstly big thanks to you man I followed this series from starting.
And now second thing dude I am creating e comm website without user model because I don't want to create users in the db but now can you tell me how I manage the order for shipment. I would request to you please cover API integration for the shipment and for the payment gateway.
yeah we're going to cover payment
just completed Musker app i have a request you didnt added comment system in musker app please add it in this project i like your videos very much Thanks for your good work
Isn't the entire musker app just a big comment system?
I mean like in Facebook people can share thinking about a post like that don't mind ok Thanks❤
where is next part of the videos
They come out every Wednesday...hence the name Django Wednesdays.
Still waiting 😭
For what? They come out every Wednesday. It is 7am Wednesday and the video has posted already. I live in America.
@@Codemycom thanks alot for this reply
The evolution could be :
api support for order/product
International payment system
Delivery service api with major service
😅😅😅😅
we definitely won't be dealing with delivery stuff...every product is different, so would require a different delivery service - we couldn't possibly do them all
@@Codemycom I imagine, but just only one could be great for international users !!