proshop_django
proshop_django copied to clipboard
Thanks for providing this course i am grateful to you but i found one issue on this course. The issue is: when ever one user add items to the cart...
Image links under Order Items were broken while on Order Screen. However, changing `image = product.image.url` to `image = product.image` seems to resolve the issue.
You were using row instead of rows. using row wont change the size of textarea.
Hey Dennis I really enjoyed your Udemy course! I found a minor bug which is about ProductScreen component. To explain how to see the bug, 1. At the first time...
As part of this PR: Added dependabot.yml while will daily check new python packages if released and will raise PR so in future if any dependency gets incompatible, PRs could...