Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Django E-Commerce | Advanced Web App

    Posted By: ELK1nG
    Django E-Commerce | Advanced Web App

    Django E-Commerce | Advanced Web App
    Published 8/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 2.85 GB | Duration: 5h 56m

    Build a django e-commerce web app with core functionalities from add to cart to payment

    What you'll learn
    Real world E-commerce web app with Python/Django
    Understand database model
    Class-based & function-based views
    Pagination
    Sign in & Sign up
    Add to cart
    Remove from cart
    Payment processing
    Requirements
    Basic web development knowledge
    Basic Python & django
    Description
    A complete practical Python/Django e-commerce course in which you will learn to create your own web app with real world database that can be handle all functionalities from add to cart to payment. The course covers everything that is needed to:Display the items on the websiteLet the user sign in / sign up - of course log out as wellView single item with its description, price, etcAdd items to cartRemove item from cartAdd coupon codeAdd shipping/billing addressPay with credit/debit card for the order using stripeUse Django frameworks with other great libraries to create very quickly real-world web application. Learn how to use Urls, Views, Models, Templates, and Forms. Learn how to upload file to your server.Use either SQLite or MySQL to store your data and manipulate them, either with simple Python, or with Django, or with PyQt5. (CRUD) Create, Read, Update, Delete.In the course, very very less theoretical things are used. Learning with exemples and exercices is the most effective way!!!! However, during typing the codes, we explain everything from start to finish so you understand the theory while coding.Note that: this course is the answer to questions of some people for us, so it might be very basic and simple for you, or it does not have to be the answer for your own questions, but you might also find your own answer.

    Overview

    Section 1: Introduction

    Lecture 1 Introduction

    Section 2: Django e-commerce

    Lecture 2 Understand the database model

    Lecture 3 Django setup

    Lecture 4 The item model

    Lecture 5 Adding & display item

    Lecture 6 Setup bootstrap theme

    Lecture 7 Get image url

    Lecture 8 Products & styles

    Lecture 9 class-based view & product details

    Lecture 10 Navigate to pages

    Lecture 11 Sign in intro

    Lecture 12 Page restriction & redirect to next

    Section 3: Creating account app for sign in & sign up

    Lecture 13 Section intro

    Lecture 14 Sign in & sign up

    Lecture 15 Add a form to template

    Lecture 16 Sign up new user

    Lecture 17 Get logged in username

    Section 4: Continue with the e-commerce

    Lecture 18 Completing the database model

    Lecture 19 Migrations

    Lecture 20 Add to cart - View

    Lecture 21 Add to cart - order

    Lecture 22 Summary view

    Lecture 23 Message alert

    Lecture 24 Creating own templatetags

    Lecture 25 Summary page

    Lecture 26 Finishing summary page

    Lecture 27 Remove from cart

    Lecture 28 Shipping address form - get method

    Lecture 29 Adding address - post method

    Lecture 30 Displaying form just if needed

    Lecture 31 Creating coupon form

    Lecture 32 Let users use coupons

    Lecture 33 Payment view

    Lecture 34 Payment page with Stripe

    Lecture 35 Completing payment with credit/debit card with Stripe

    Lecture 36 Add actions to admin dashboard

    Lecture 37 Pagination

    Web developers who wants to create e-commerce,Anyone who wants to know how e-commerce works,Database manager