Python Tutorial // Build a Digital Shopping Cart with Django

preview_player
Показать описание
***
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.

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.

☝ Get exclusive courses & become a better Django developer

✌️ Stay in touch

Thank you for watching and don't forget to subscribe :)

Some of the links to documentation for code in this project:

1. How to add an object to a manytomany field -

2. How to add *many* objects to a manytomany field -

Рекомендации по теме
Комментарии
Автор

***
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.


Thanks for your understanding!
***

mattfreire
Автор

This tutorial deserves more credit, this is GREAT!

dominicmazzola
Автор

Best Video Have been looking for How E-shops are made for digital products this is just okay! Keep up the good work.

tochimclaren
Автор

Very Informative.
I decided to learn Python and Django a couple of months ago.
Completed some Udemy courses and found your videos to cover real world examples and implementations. Extra thumbs up for being a fellow South African :-).
Great work!

RandomKGaming
Автор

Sir I want to thank you a lot for your videos it has helped learn a lot ! On the Internet this is the best ever Django tutorials I have across. Thanks a lot

edgydodgy
Автор

Wow man.. You are really going to make my Django development strong.. Thank you very much..

deadfool
Автор

your tutorials are awesome, keep it up thank you very much

yacinerouizi
Автор

Thank you sir this is exactly i was looking for!!!!

sushant_
Автор

Great tutorial, I'm a beginner, why use multiple apps rather then for example: both products and cart in the same app ?

nezzariyasser
Автор

Great video. Please make a tutorial on a Full e-commerce project on Django.

fahimhasnainfahad
Автор

The URL patterns are obviously for 1.x django. won't work in django 2. why you require django 2.2 in requirements.txt?

jx
Автор

you should do a part 3 of the ebook and were it lets them read the book or video

Zzzzzzzzzzzzzzzzzzzzr
Автор

Hello, Please can you create a full tutorial on Django E-commerce store with payment integrated. Please. I really love your channel

kellymargy
Автор

Could we just add information to a database and loop through how many lines of information in the base and display that number near the shop or cart symbol?

servantofourlordjesuschris
Автор

One question for this part : current_order_products = [product.product for product in user_order_items]

where exactly are you geting product.product because I know there is a Model called product but not a field called product
thanks again

Zzzzzzzzzzzzzzzzzzzzr
Автор

Hi Thanks for the tutorial, was what i was looking for. Am stuck on how to extend it to make sure a user can be able to increase the number of books they are shopping for. Like another button besise the delete item where a user can increase the number of books shopped-- basically how a normal shopping cart would look like. Any ideas? thanks

Moses_coder
Автор

is there any specific reason why we are using the "filter().first()" instead of a "get" query when we surely know there will be only one entry?

doubleo
Автор

Is there a follow-up of payments integration for this video ?

shantanusharma
Автор

The documentation says on_delete is for when the referenced object is deleted. This would mean that when the Profile is deleted, the Order would be deleted.(assuming on_delete=models.CASCADE) Not that the Profile would be deleted when the Order is deleted, as stated in the video. Does anyone have more experience that can confirm this?

taylerallen
Автор

In add_to_cart function
' ' ' if product in ) ' ' '
Error:
'QuerySet' is not iterable.
What is the problem??
Great tutorial anyway!

milanale