Python Tutorial // Build a Digital Shopping Cart with Django
JustDjango
Please note this video is over two years old. I've left it up for those of you who might get value from it but be aware that packages update and things change. It could not work for you and that might just be because the tech has changed by now.
We have a recently created (2020) course on our website that covers e-commerce more in-depth. It is a paid course but the value you get is much more than this old tutorial. If you're interested check out https://learn.justdjango.com
Thanks for your understanding!
In this Django project, we teach you how to build a digital shopping cart with Django. In the follow up of this video we’ll be adding payments.
https://learn.justdjango.com ☝ Get exclusive courses & become a better Django developer
💻 Project code: https://github.com/justdjango/Shopping_cart
✌️ Stay in touch
Instagram: https://www.instagram.com/justdjangocode Twitter: https://www.twitter.com/justdjangocode Email: matt@justdjango.com
Thank you for watching and don't forget to subscribe :)
Some of the links to documentation for code in this project:
How to add an object to a manytomany field - https://docs.djangoproject.com/en/2.0/topics/db/examples/many_to_many/
How to add many objects to a manytomany field - https://stackoverflow.com/questions/4959499/how-to-add-multiple-objects-to-manytomany-relationship-at-once-in-django
Django Messages Framework - https://docs.djangoproject.com/en/2.0/ref/contrib/messages/ ... https://www.youtube.com/watch?v=vccUP3jdpBg
42937476 Bytes