Learn how to build an E-commerce website with Django and Python.
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Setup and project configuration
⌨️ (0:16:55) Adding items to a cart
⌨️ (0:54:09) Improving the UI
⌨️ (1:10:34) Creating an order summary
⌨️ (1:38:03) The checkout process
⌨️ (2:10:46) Handling payments with Stripe
⌨️ (2:37:33) Discount codes
⌨️ (3:07:41) Managing refunds
⌨️ (3:31:31) Default addresses
⌨️ (4:12:30) Saving credit card information
💻 Project code: https://github.com/justdjango/django-ecommerce
💻 Original code: https://mdbootstrap.com/freebies/jquery/e-commerce/
#python #django #web-development