Jump to content

Django4 And Python Build Multi Vendor E-Commerce With Django


Srbija

Recommended Posts

fdzupuy0acsfepcdsuumylmf0v.jpg

Django4 And Python Build Multi Vendor E-Commerce With Django
Published 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 11.65 GB | Duration: 25h 52m

An Advance Digital MarketPlace Ecomerce Website



What you'll learn
Build a multi vendor marketplace, where buyers and sellers can connect.
A project, where buyers can also apply to become sellers.
Be able to analyze, develop and design your own real world project
Be able to design Cart, Order, User Accounts and Verify users
Learn how to watermark your digital photos and protect your work.


Requirements
Have an idea of Python and Django. Know about HTML, CSS and JS.


Description
Learn the entire technology stack to create beautiful and responsive Micro Stock Agency website with Django. By developing this Django website you will learn how to deal with real Django application(s) and real project requirements. You will learn most of the basic Django to intermediate Django knowledge by completing this Django tutorial.This is a 100% project-based course. We will be building a real Django project called "Create A Micro Stock Agency Website" right from scratch. Whether you want to change career paths, expand your current skill set, start your own entrepreneurial business or just want to learn, this is the course for you!The basic scenario of this project is, we are making a website for a stock photography business owner who wants to link buyers and sellers in his website and allow the user to come to his site and browse through all of his latest photos and featured photos.This course is designed in such a way that you can learn Django while you develop a real project with real requirements. So that the learning becomes fun and exciting, also you can add this project to your PORTFOLIO to get hired and increase your chance of building your own business.

Overview
Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Project Overview

Lecture 3 Getting Started

Lecture 4 How to Get Support for Errors and BUG issues

Section 2: Set Up Environment and Projects

Lecture 5 Setup Virtual Environment?

Lecture 6 Django Installation

Lecture 7 Run HttpResponse

Lecture 8 Templates Configuration

Lecture 9 Implement Bootstrap Template 1

Lecture 10 Setup Static Files 1

Lecture 11 Setup Static Files 2

Lecture 12 Render HTML files from Base Templates

Lecture 13 Render HTML from BASE Templates 2

Lecture 14 Indent The HTML Files with SHIFT + ALT + F

Lecture 15 Customized Index Template for Slider Images

Section 3: Django User Model, Category and Setting Media Files

Lecture 16 Category Model

Lecture 17 Make Migration for Category Image and Setup Superuser

Lecture 18 Prepopulated Category Slug

Lecture 19 Django Media Files Setup

Lecture 20 Intro to Django Login

Lecture 21 Making the User Model: Customized Account

Lecture 22 Customize User Account Part 2

Lecture 23 Setting Customized User Password readonly_field

Section 4: Account Registration and Signing with Token Based Verification

Lecture 24 Account Registration and Setting up urls

Lecture 25 Implementing Register and Login Templates

Lecture 26 Django Model Form Implementation

Lecture 27 Applying The Bootstrap Form Control Class and Placeholder for our Form Fields

Lecture 28 Making Registration View for User to Create Account

Lecture 29 Using Clean Method to Confirm Password and Check for Errors

Lecture 30 Making User Login Functionality and Manually activate the User's Account

Lecture 31 Django Alert Messages Part 1

Lecture 32 Django Alert Messages Part 2

Lecture 33 User Account Activation

Lecture 34 User Account Verification Email

Lecture 35 User Account Confirmation with Mailtrap EmailTest

Section 5: Forgot Password And Password Reset With Secure Validation Links

Lecture 36 User Forgot Password Functionality

Lecture 37 User Forgot Password Part 2

Lecture 38 User Password Reset Functionality

Section 6: Set up the Vendor/Contributor Model

Lecture 39 Vendor App Model

Lecture 40 Vendor Dashboard with CBS Views

Lecture 41 Vendor Account Validation With FormMixin Part 1

Lecture 42 Vendor Account Validation Part 2

Section 7: Product Model, Slug and Watermark Product Image

Lecture 43 Product Model Creation

Lecture 44 Product Create View

Lecture 45 Product Create View Part 2

Lecture 46 Unique Slug Creation

Lecture 47 New Slug with ID and Description

Lecture 48 Modify Index View for Category Images

Lecture 49 Making Category View to Display Products in Category

Lecture 50 Making Category View to Display Products in Category Part2

Lecture 51 Making the Product Detail Page

Lecture 52 Displaying related product page

Lecture 53 User-Vendor dashboard

Lecture 54 Vendor User Link

Lecture 55 Search View Functionality Part 1

Lecture 56 Search View Functionality Part 2

Lecture 57 Searching for Products and Display Images

Lecture 58 Pagination Part 1

Lecture 59 Pagination Part 2

Lecture 60 Finalizing Search Functionality

Lecture 61 Product Update View With Mixins

Lecture 62 Product Update Final Setup

Section 8: Cart & Cart Items Functionality

Lecture 63 Setup Cart Page

Lecture 64 Cart and Cart Items Models

Lecture 65 Add to Cart Functionality Part 1

Lecture 66 Add to Cart Functionality Part2

Lecture 67 Cart Page Display

Lecture 68 Cart Page, Tax, Grand Total

Lecture 69 Cart Item Remove Functionality

Lecture 70 Check for Empty Cart

Lecture 71 Check if Item in Cart

Lecture 72 Display Cart Quantity with Context Processor

Lecture 73 Title for Pages

Lecture 74 Checkout Functionality

Lecture 75 Checkout Functionality Setup

Lecture 76 Assign User to Cart Item Part 1

Lecture 77 Assign User To Cart Item Part 2

Lecture 78 Modify Model for Login User to Add To Cart

Lecture 79 Fix Remove Cart Item For Users

Section 9: Order And Order Product Models

Lecture 80 Making Order and Payment Model

Lecture 81 Order Product Models & Migrations

Lecture 82 Place Order View Functionality

Lecture 83 Place Order View & Generate Order Number

Lecture 84 Passing Form Data into Template

Lecture 85 Order Page Setup Part 1

Lecture 86 Order Page Setup Part2

Section 10: PayPal Payment Setup Page

Lecture 87 PayPal Sand Box Account Setup

Lecture 88 PayPal Payment

Lecture 89 Send Payment from PayPal to Backend

Lecture 90 PayPal Capture Data

Lecture 91 PayPal Fetch ID

Lecture 92 Finalizing BackEnd Payment and OrderProduct Inline

Lecture 93 Redirect User To Success Page

Lecture 94 Email Order Confirm Message To User

Lecture 95 User Order Dashboard/Library

Lecture 96 Product Download Functionality

Lecture 97 Product Order Download URL Setup

Section 11: Vendor Product Listing And Transactions Functionality

Lecture 98 Automatically WaterMark Image

Lecture 99 Vendors Create Product With WaterMark

Lecture 100 List Product and Transactions of Vendors

Lecture 101 List Vendor Products Prt1

Lecture 102 Product Vendor List Prt2

Lecture 103 Vendor Transaction List

Lecture 104 Vendor Dashboard

Lecture 105 Vendor Products Urls

Lecture 106 Automatic Redirect User To Checkout Page

Lecture 107 Vendor Product Pages

Lecture 108 Vendor Redirect Page

Lecture 109 Vendor RedirectView Part2

Lecture 110 Finalizing The Vendor Pages

Lecture 111 Display The Category Image Detail Page

Lecture 112 Manually Set The Featured Products

Lecture 113 Manually Set The Recent Products

Section 12: Customized Admin Page and Deployment to Python Anywhere

Lecture 114 Admin Page

Lecture 115 Admin Page CSS Styling

Lecture 116 Set Git and Pythonanywhere Account

Lecture 117 Configure Pythonanywhere Web App

Lecture 118 Finalizing Configuration of Pythonanywhere Web App

Suitable for individuals at all levels who want fast and scaling development of web applications.,Anyone interested in learning programming,Technical and Non-Technical Entrepreneurs, Artists or Photographers, Graphic Designers

Homepage

Hidden Content

    Give reaction to this post to see the hidden content.


84passingformdataintoducxm.jpg

Hidden Content

    Give reaction to this post to see the hidden content.

Hidden Content

    Give reaction to this post to see the hidden content.

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...