Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 17.5 hours on-demand video
  • 6 articles
  • 15 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Django

Django Masterclass : Build Web Apps With Python & Django

Learn Django from scratch, build an E-commerce store, web based PDF generators, web crawlers, APIs using Python & Django
Rating: 4.5 out of 54.5 (532 ratings)
2,881 students
Created by Ashutosh Pawar
Last updated 7/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Learn Django From Scratch & Gain Essential Skills To Apply For Junior Django Developer Positions
  • Learn Django Right From the Basics Like Creating A Django Project, Understanding Models, Making Migrations, Running Django Application On Local Server
  • Learn How To Build Web Applications Using Django & Python
  • Learn How To Perform Authentication & Authorisation In Your Django Web Applications
  • Build A Full-Fledged E-commerce App With Add To Cart & Checkout Functionality, Utilise Local Storage To Save Cart Data
  • Build A Dynamic Web Based Crawler Using Django To Crawl Webpage Links
  • Build REST-APIs Using Django Rest Framework
  • Build A Web Based PDF CV Generator Using Django To Automate PDF Generations From Dynamic User Data
  • Build A Fully Functional Macro Nutrient & Calorie Tracker Using Django & Chart JS To Track & Visualise Daily Macronutrient & Calorie Consumption
  • Learn How To Customise Admin Panel In Django
  • Learn How To Create Models, Views & Templates In Django
  • Learn How To Configure URL Patters & Add Namespacing To Apps
  • Learn How To Use Mobile Responsive Templates By Integrating Django & Bootstrap
  • Learn How To Handle Form Submission POST Requests & Save Data To Database
  • Learn How To Integrate JavaScript & Django To Store Data In Browser's Local Storage
  • Learn How To Add Advanced Features Like Pagination & Search
  • Learn How To Create Dynamic Charts Using Chart JS & Integrate With Django For Data Visualisation
Curated for the Udemy for Business collection

Course content

18 sections • 152 lectures • 17h 53m total length

  • Preview04:16
  • Preview05:00

  • Preview01:53
  • Preview03:03
  • Preview02:57
  • Preview02:24
  • Installing VS Code
    01:51

  • Preview04:24
  • Preview07:38
  • Running Our App On Development Server
    04:28

  • How Views Work In Django
    04:40
  • Views In Django: Implementation
    08:47
  • URL Patterns
    07:32
  • How Django URL Patterns Work Internally
    05:42
  • Writing Another View
    04:00

  • Introduction To Database & Models
    03:26
  • Database & Models
    13:21
  • How Data Storage Works In Django
    03:15
  • Using The Interactive Shell
    10:28
  • Django Admin Panel & Creating Super User
    06:56
  • How Data Retrieval Works In Django
    03:08
  • Reading Data From Database
    05:29

  • Django Templates
    07:34
  • Passing Context To Templates
    08:42
  • Why We Need Templates
    02:47
  • Creating The Detail View
    06:33
  • Completing The Detail View
    07:19
  • Django Template Language
    03:48
  • Removing Hardcoded URLs
    04:30
  • Namespacing
    04:01

  • Static Files
    07:59
  • Load static replace with just static as load static is depricated
    00:57
  • More About Static Files
    03:35
  • Creating Navbar
    08:59
  • Creating Base Template
    09:37
  • Adding Image Field To Model
    12:19
  • Adding Actual Images
    03:15
  • Designing The Detail View
    04:26

  • Adding Form To Add Items
    13:29
  • Adding Base Template To Form
    04:13
  • Implementing The Edit Functionality
    06:43
  • Implementing Delete Functionality
    11:32

  • Creating User Registration Form
    12:45
  • Registration Success Message
    13:04
  • Saving Users
    05:54
  • Adding Additional Field
    10:58
  • Logging In Users
    11:44
  • Redirecting Registered Users & Logout Functionality
    04:56
  • Adding Login Option To Navbar
    05:14
  • Restricting Routes
    11:40
  • Creating The Profile Model
    09:53
  • Adding Path To Upload Images
    08:41
  • Adding The User Profile Picture
    04:35
  • Setting Up The Default Profile Picture
    05:59

  • What Are Django Signals
    03:14
  • Implementing Django Signals
    11:22
  • Class Based Views In Django
    09:31
  • Implementing Class Based Detail View
    05:53
  • Add User To Post
    09:40
  • Adding Get Absolute URL Method
    03:47
  • Automating User Association
    10:32
  • Design Touchup: Login Form
    10:01
  • Design Touchup: Register Page
    06:47
  • Design Touchup: Add Item Page
    02:17
  • Section Conclusion: What We Learned
    03:18
  • Source Code
    02:25

Requirements

  • Must be familiar with the basics of Python

Description

Django Masterclass : Build Web Apps With Python & Django

Here Is What You Get By Enrolling In This Course:

Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.

Awesome Quality Content: Over 14+ hours of HD Videos.

Well Structured & Easy To Learn: Course has been specially designed to make it easy for the students to learn Django starting from a basic level and gradually moving up to advance concepts.

24 X 7 Support: I  will always be there to guide you in your journey to become a Django expert.

_________________________________________________________________________

Here Is Everything You Will Learn In This Complete Course: 

In this hands-on course, you will learn how to build complex web applications from scratch using Django.

The course will teach you Django, right from scratch from a very basic level and will gradually move towards advanced topics like authentication.

The entire course is divided into major sections.

Here is a brief description of what you will learn in each section of the course:

Section 1: Introduction and installing required software.

In this section we will learn what Django is and why it is used. We will also install the tools you will need to start making Django web apps.

Section 2: Setting up Django project:

In this section we will learn about setting up the Django project, using the development server.

Section 3: Views & URL patterns in Django.

We learn about what the MVT (model-view-template) architecture by starting off by creating views in Django, we will also learn what URL patters are and how they help us to setup routes for our website.

Section 4: Database & Models:

This section covers content about how to create models in Django and how models help us to create database tables.

Section 5: Templates:

In this section will learn about templates in Django and how we can pass data from the database to Django templates.

Section 6: Static Files & Site design:

This section will teach you how to use static content in your site such as static images, JavaScript etc and how to use these static elements to style up your web-page.

Section 7: Forms.

Every Django app needs to submit data to the back-end, this section covers how to create forms in Django which allow us to perform basic CRUD operations i.e. create, read, update & delete.

Section 8: Authentication in Django:

Every web-app needs to make sure that it provides a registration and login feature, in this section we learn exactly how to authenticate users on our site and log them in.

We will also learn how to password-protect certain webpages in Django.

Section 9: Django signals, Class based views in Django:

This section covers Django signals and class based views in Django, which is an alternative to creating function based views.

Section 10: REST APIs

In this section we will learn Django Rest Framework which helps us to create a REST API using Django for any Django web application.

Section 11: Pagination, Search & User permissions.

Every modern web app needs advanced features like pagination, & search. We learn how to paginate out webpages and how to add search functionality to our webpages in Django. We also learn how to add user permissions to our Django models so that only a certain set of users on our app have access to certain models.

Section 12: Building an E-commerce site.

This section will cover everything you need to know to build a fully functional E-commerce website. Right form listing products, searching them, adding them to the cart, and checkout we implement each and every feature from scratch.

Section 13: Admin Panel Customisation.

A good web-app has a good admin panel, in this section we will learn how to customise the admin panel for our E-commerce site to make it better to track and manage our orders.

Section 14: Building A Web Based CV Generator.

In this section we will build a tool which automatically generates a CV in a PDF format from user submitted data. This app will help users to collect their data which they want on their resume and will dynamically generate a CV for them which is automatically downloaded to their computer.

Section 15: Building a Web Based Link Scraper.

We will build a web based utility tool which will automatically scrape all the links present on the given webpage and will generate a report out of it in terms on the link name and address. This app will accept a webpage URL from the end-user and will then scrape the given webpage for links, store all the link related information in the back-end and will display it to the user as well.

After completing this course, you will be able to do the following:

1. Build advanced Django apps with features like authentication, search and pagination.

2. Build REST APIs using Django Rest Framework.

3. Build a fully functional E-commerce website with features like add-to-cart, search, checkout.

4. Fully customise admin panels for any Django web-app.

5. Build advanced tools and web applications like PDF generators and web-crawlers.


So let's begin the journey of becoming an expert in Django.

In addition to the Udemy 30-day money back guarantee, you  have my personal guarantee that you will love what you learn in this  course. If you ever have any questions please feel free to message me  directly and I will do my best to get back to you as soon as  possible!

_________________________________________________________________________


Take yourself one step closer towards becoming a professional Django developer!

Join the journey.

Sincerely,

Ashutosh Pawar



Who this course is for:

  • Beginner level Python developers or students who want to build real world projects / web applications using Django

Featured review

Dip Narayan Gupta
Dip Narayan Gupta
7 courses
5 reviews
Rating: 5.0 out of 57 months ago
This course is one of my best course till now. The concepts taught by instructor are very clear and step by step. I learned a lot from this course. I will definitely recommend to others who want to learn django and python.

Instructor

Ashutosh Pawar
Entrepreneur, Python, Java & Android Geek
Ashutosh Pawar
  • 4.4 Instructor Rating
  • 15,738 Reviews
  • 310,330 Students
  • 12 Courses

Ashutosh Pawar is the director of Optimum Solutions, a software firm based in Pune India which works in providing software solutions to small and medium enterprises across the globe and have catered to over 200+ clients globally.

He holds a bachelor's degree in Information Technology (Computer Science) Engineering and has over 8+ years of developing scalable software infrastructure across multiple domains which include real estate, medicine & finance.

Along with being a businessperson, he always had a passion for teaching and his goal is to pass on his knowledge to his students and empower them to achieve their goals in the IT sector.


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.