Django 5 – Build a Complete Website from Scratch to Deploy
Django 5 – Build a Complete Website from Scratch to Deploy, available at $54.99, has an average rating of 4.75, with 69 lectures, 6 quizzes, based on 115 reviews, and has 8454 subscribers.
You will learn about Build a real world website by using Django & front-end Bootstrap Template Create relationships between model tables in the database Learn to create HTML forms with Django Learn to use and display Sqlite Database Working with Django Database Migrations Fetching Database Records Using and Integrating Django with Bootstrap Templates Learning Django HTML Template Language to handle the front-end Configure Rich Text Editor on Django Building your own view functions and urls for the webpage Working and Sending Emails with Django by GMAIL Using and Customising Django Admin Site Deploying the website to the internet by Pythonanywhere Pagination of items in HTML by Django Learning Django Models, ORM and Database Control Working with Virtual Environment & installing packages Handling Static Files in Django (HTML, CSS, Javascript, Images) Create Relationships between Django models & accessing data How to perform the basic CRUD (Create, Read, Update, Delete) operations This course is ideal for individuals who are Beginner programmers that want learn Web Development using Python and Django or Intermediate Programmers of other frameworks that want to learn Web Development by Django or Programmers who wants build website from scratch to deployment step by step with detailed explanation It is particularly useful for Beginner programmers that want learn Web Development using Python and Django or Intermediate Programmers of other frameworks that want to learn Web Development by Django or Programmers who wants build website from scratch to deployment step by step with detailed explanation.
Enroll now: Django 5 – Build a Complete Website from Scratch to Deploy
Summary
Title: Django 5 – Build a Complete Website from Scratch to Deploy
Price: $54.99
Average Rating: 4.75
Number of Lectures: 69
Number of Quizzes: 6
Number of Published Lectures: 69
Number of Published Quizzes: 6
Number of Curriculum Items: 75
Number of Published Curriculum Objects: 75
Original Price: $34.99
Quality Status: approved
Status: Live
What You Will Learn
- Build a real world website by using Django & front-end Bootstrap Template
- Create relationships between model tables in the database
- Learn to create HTML forms with Django
- Learn to use and display Sqlite Database
- Working with Django Database Migrations
- Fetching Database Records
- Using and Integrating Django with Bootstrap Templates
- Learning Django HTML Template Language to handle the front-end
- Configure Rich Text Editor on Django
- Building your own view functions and urls for the webpage
- Working and Sending Emails with Django by GMAIL
- Using and Customising Django Admin Site
- Deploying the website to the internet by Pythonanywhere
- Pagination of items in HTML by Django
- Learning Django Models, ORM and Database Control
- Working with Virtual Environment & installing packages
- Handling Static Files in Django (HTML, CSS, Javascript, Images)
- Create Relationships between Django models & accessing data
- How to perform the basic CRUD (Create, Read, Update, Delete) operations
Who Should Attend
- Beginner programmers that want learn Web Development using Python and Django
- Intermediate Programmers of other frameworks that want to learn Web Development by Django
- Programmers who wants build website from scratch to deployment step by step with detailed explanation
Target Audiences
- Beginner programmers that want learn Web Development using Python and Django
- Intermediate Programmers of other frameworks that want to learn Web Development by Django
- Programmers who wants build website from scratch to deployment step by step with detailed explanation
Hi! and Welcome to the new 2024 Project based Django-5 Course “Django 5 – Build a Complete Website from Scratch to Deploy“!
where you will learn all Django Fundamentals, Integrating Django with Frontend and Bootstrap Templates to build stylish websites, CRUD operations and much more!
The course is absolute beginner friendly you don’t need to have any prior knowledge of Django.
As we going to build Django Project from scratch, Going up the ladder step-by-step and covering line by line all the code and logic explained in detail.
From Scratch until Deployment of website on the internet, building a great looking Agency website with Blogging section and Admin site control, Webpage is mobile responsive using latest version of Bootstrap version 5.
The great about the course, it covers all sections required to get you from being beginner to the next level! with all the content using latest versions and course build on year 2024.
The basic knowledge of Python and html/css is all that is required to get started with this course.
Mentioning some of the ares will be covered from absolute first step:
-
VS Code Configuration
-
Django/Python version & Installation
-
Working with Virtual Env
-
Django & third party packages
-
Working with Static files locally and on deployment stage
-
Building Frontend from basic HTML to using advanced Bootstrap-5 Template
-
Using Django HTML Template to control the Frontend and display data
-
Using Django Admin Site and Customising it
-
Working with Django ORM (CRUD operations)
-
Django Migrations and Monitoring the changes on the Database
-
Build advanced Blogging section with Rich Text Editor
-
Using GMAIL service to send out emails
-
Deploying the website to the internet
-
Working with Git & Github
and much much more!
Additionally we are going to deploy our website on the internet in a step by step easy to follow appoarch!
So let’s begin the journey of becoming an expert in Django.
Sincerely, Azzam Makki
Course Curriculum
Chapter 1: Introduction
Lecture 1: Welcome
Lecture 2: Course Intro & Project Overview
Chapter 2: Python Refresher – Coding Exercises
Chapter 3: Development Setup
Lecture 1: Preparing Text Editor (VS Code)
Lecture 2: Django and Python Versions
Lecture 3: Introduction to Virtual Environment
Lecture 4: Creating our Virtual Environment
Lecture 5: Notes about Virtual Environment
Chapter 4: Getting Started
Lecture 1: Start Our Django Project
Lecture 2: Run Server & Django Migrations
Lecture 3: Django App
Lecture 4: Django MVT Design
Lecture 5: Serving HTML files
Lecture 6: Serving Static files (CSS/JS)
Lecture 7: Django Admin Site
Lecture 8: Django Commands
Chapter 5: Django HTML Template
Lecture 1: Html Template Variables & Filters
Lecture 2: Html Template For loop tag
Lecture 3: Html Template If Condition
Lecture 4: Html Template Inheritance (Part 1)
Lecture 5: Html Template Inheritance (Part 2)
Chapter 6: Our Bootstrap Theme
Lecture 1: Introduction to Bootstrap
Lecture 2: Configuring our Bootstrap Theme
Lecture 3: Applying Html Inheritance on Bootstrap Theme
Chapter 7: Building Webpage Modules
Lecture 1: Creating our First Model
Lecture 2: Registering Model to Admin Site
Lecture 3: Django ORM
Lecture 4: Django View Function & HTML Page
Lecture 5: Our Services Model
Lecture 6: Our Services HTML Section
Lecture 7: Our Testimonials Model & Admin Site
Lecture 8: Our Testimonials HTML Section
Lecture 9: Displaying Hosted Images on HTML
Lecture 10: Building the FAQ Section
Chapter 8: Contact Form & Sending Emails
Lecture 1: HTML Forms in Django
Lecture 2: Django HTML Redirection
Lecture 3: POST Request & GET Request
Lecture 4: Working with HTML Form Data
Lecture 5: Setup Gmail App Password & Sending Emails
Lecture 6: Handling Env Variable
Lecture 7: Design our Email Content by HTML
Lecture 8: Working with Django Messages
Lecture 9: Using Bootstrap Alerts with Django Messages
Lecture 10: Applying logs for the Contact Form Emails
Lecture 11: Adding function to create logs for the Contact Form Emails
Chapter 9: Blogs Section
Lecture 1: Intro
Lecture 2: Creating the Blog Model
Lecture 3: Creating the Author Model
Lecture 4: Intro to Foreign Key and One-to-Many Relationship
Lecture 5: Django Foreign Key & Admin Site
Lecture 6: Recent Posts Section (Part 1)
Lecture 7: Recent Posts Section (Part 2)
Lecture 8: Single Blog Page – HTML Page
Lecture 9: Single Blog Page – Fix Staticfiles
Lecture 10: Single Blog Page – Fix HTML Header
Lecture 11: Recent Blogs on Single Blog Page
Lecture 12: All Blogs Page – Creating URL & View Function
Lecture 13: All Blogs Page – HTML Page
Lecture 14: Blogs Pagination (Part 1)
Lecture 15: Blogs Pagination (Part 2)
Lecture 16: Using Rich Text Editor
Chapter 10: Preparing for Deployment
Lecture 1: Fixing Query for Empty Database
Lecture 2: Serving Static Files on Deployment
Lecture 3: Working with Git & Github
Chapter 11: Website Deployment (Option 1)
Lecture 1: Website Deployment (Part 1) (Pythonanywhere)
Lecture 2: Website Deployment (Part 2) (Pythonanywhere)
Lecture 3: Env Variables on Deployment (Pythonanywhere)
Chapter 12: Website Deployment (Option 2)
Lecture 1: Website Deployment (Part1) (Circumeo)
Lecture 2: Website Deployment (Part 2) (Circumeo)
Lecture 3: Env Variables on Deployment (Circumeo)
Instructors
-
Azzam Makki
Software Developer, Instructor and Author.
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 8 votes
- 4 stars: 18 votes
- 5 stars: 89 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