Django 4 Python Masterclass 2023: Full stack web development
Django 4 Python Masterclass 2023: Full stack web development, available at $59.99, has an average rating of 4.5, with 118 lectures, based on 4 reviews, and has 77 subscribers.
You will learn about 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. Be able to link payment gateways, to enable users make complete their orders This course is ideal for individuals who are Suitable for individuals at all levels who want fast and scaling development of web applications. or Anyone interested in learning programming or Technical and Non-Technical Entrepreneurs, Artists or Photographers, Graphic Designers It is particularly useful for Suitable for individuals at all levels who want fast and scaling development of web applications. or Anyone interested in learning programming or Technical and Non-Technical Entrepreneurs, Artists or Photographers, Graphic Designers.
Enroll now: Django 4 Python Masterclass 2023: Full stack web development
Summary
Title: Django 4 Python Masterclass 2023: Full stack web development
Price: $59.99
Average Rating: 4.5
Number of Lectures: 118
Number of Published Lectures: 118
Number of Curriculum Items: 118
Number of Published Curriculum Objects: 118
Original Price: ₦41,900
Quality Status: approved
Status: Live
What You Will 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.
- Be able to link payment gateways, to enable users make complete their orders
Who Should Attend
- 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
Target Audiences
- 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
Learn the entire technology stack to create beautiful and responsive Ecomerce Business 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 and advance Django knowledge by completing this Django tutorial. This course is well-rounded and covers most aspects involved in building scalable Web Applications using Django Rest Framework which adopts implementations like class-based views, forms, model validator, QuerySet, and more
This is a 100% project-based course. We will be building a real Django project 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 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 products and featured products.
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.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Project Overview
Lecture 3: Getting Started
Lecture 4: How to Get Support for Errors and BUG issues
Chapter 2: Set Up Environment and Projects
Lecture 1: Setup Virtual Environment?
Lecture 2: Django Installation
Lecture 3: Run HttpResponse
Lecture 4: Templates Configuration
Lecture 5: Implement Bootstrap Template 1
Lecture 6: Setup Static Files 1
Lecture 7: Setup Static Files 2
Lecture 8: Render HTML files from Base Templates
Lecture 9: Render HTML from BASE Templates 2
Lecture 10: Indent The HTML Files with SHIFT + ALT + F
Lecture 11: Customized Index Template for Slider Images
Chapter 3: Django User Model, Category and Setting Media Files
Lecture 1: Category Model
Lecture 2: Make Migration for Category Image and Setup Superuser
Lecture 3: Prepopulated Category Slug
Lecture 4: Django Media Files Setup
Lecture 5: Intro to Django Login
Lecture 6: Making the User Model: Customized Account
Lecture 7: Customize User Account Part 2
Lecture 8: Setting Customized User Password readonly_field
Chapter 4: Account Registration and Signing with Token Based Verification
Lecture 1: Account Registration and Setting up urls
Lecture 2: Implementing Register and Login Templates
Lecture 3: Django Model Form Implementation
Lecture 4: Applying The Bootstrap Form Control Class and Placeholder for our Form Fields
Lecture 5: Making Registration View for User to Create Account
Lecture 6: Using Clean Method to Confirm Password and Check for Errors
Lecture 7: Making User Login Functionality and Manually activate the User's Account
Lecture 8: Django Alert Messages Part 1
Lecture 9: Django Alert Messages Part 2
Lecture 10: User Account Activation
Lecture 11: User Account Verification Email
Lecture 12: User Account Confirmation with Mailtrap EmailTest
Chapter 5: Forgot Password And Password Reset With Secure Validation Links
Lecture 1: User Forgot Password Functionality
Lecture 2: User Forgot Password Part 2
Lecture 3: User Password Reset Functionality
Chapter 6: Set up the Vendor/Contributor Model
Lecture 1: Vendor App Model
Lecture 2: Vendor Dashboard with CBS Views
Lecture 3: Vendor Account Validation With FormMixin Part 1
Lecture 4: Vendor Account Validation Part 2
Chapter 7: Product Model, Slug and Watermark Product Image
Lecture 1: Product Model Creation
Lecture 2: Product Create View
Lecture 3: Product Create View Part 2
Lecture 4: Unique Slug Creation
Lecture 5: New Slug with ID and Description
Lecture 6: Modify Index View for Category Images
Lecture 7: Making Category View to Display Products in Category
Lecture 8: Making Category View to Display Products in Category Part2
Lecture 9: Making the Product Detail Page
Lecture 10: Displaying related product page
Lecture 11: User-Vendor dashboard
Lecture 12: Vendor User Link
Lecture 13: Search View Functionality Part 1
Lecture 14: Search View Functionality Part 2
Lecture 15: Searching for Products and Display Images
Lecture 16: Pagination Part 1
Lecture 17: Pagination Part 2
Lecture 18: Finalizing Search Functionality
Lecture 19: Product Update View With Mixins
Lecture 20: Product Update Final Setup
Chapter 8: Cart & Cart Items Functionality
Lecture 1: Setup Cart Page
Lecture 2: Cart and Cart Items Models
Lecture 3: Add to Cart Functionality Part 1
Lecture 4: Add to Cart Functionality Part2
Lecture 5: Cart Page Display
Lecture 6: Cart Page, Tax, Grand Total
Lecture 7: Cart Item Remove Functionality
Lecture 8: Check for Empty Cart
Lecture 9: Check if Item in Cart
Lecture 10: Display Cart Quantity with Context Processor
Lecture 11: Title for Pages
Lecture 12: Checkout Functionality
Lecture 13: Checkout Functionality Setup
Lecture 14: Assign User to Cart Item Part 1
Lecture 15: Assign User To Cart Item Part 2
Lecture 16: Modify Model for Login User to Add To Cart
Lecture 17: Fix Remove Cart Item For Users
Chapter 9: Order And Order Product Models
Lecture 1: Making Order and Payment Model
Lecture 2: Order Product Models & Migrations
Lecture 3: Place Order View Functionality
Lecture 4: Place Order View & Generate Order Number
Lecture 5: Passing Form Data into Template
Lecture 6: Order Page Setup Part 1
Lecture 7: Order Page Setup Part2
Chapter 10: PayPal Payment Setup Page
Lecture 1: PayPal Sand Box Account Setup
Lecture 2: PayPal Payment
Lecture 3: Send Payment from PayPal to Backend
Lecture 4: PayPal Capture Data
Instructors
-
Meshach Akaka
Full Stack Web Developer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 3 votes
- 5 stars: 1 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024