Django 2.1 – Python Web Development for Beginners

Django 2.1 – Python Web Development for Beginners

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3.5 Hours | 1.47 GB

Django is simple enough for beginners, powerful enough for the pros. Use it to create amazing websites and python apps.

When I first learned Django, I was overwhelmed with the amount of information in front of me. I came from a background of basic web development. So, I had an idea about html, css etc. but had no idea how to transfer that information to building websites using Python.

I had a project in my mind and worked on that project for a couple of months. It took me a lot of try and errors to figure out what works and what doesn’t work. Surprisingly the Django documentation isn’t that good.

In this course, I have put in my years of experience of Django and condensed into 2 hours of practical application of Django Python for Beginners. Here is what we gonna do –

We will build your first web app in MINUTES
Watch over my shoulders, as I build a Personal Website that you can replicate
I will provide step by step instruction on what to do at every point.
At no moment you will feel that you are lost on what to do next.

What you’ll learn

  • 3.5 hours of Full HD video material divided into 15 downloadable lectures
  • Access to our private facebook group available to only students of this Django course
  • Build and publish your first Website using django python
  • Host your django websites on Heroku for free
  • How to Build Database Driven Websites With Django 2.1
  • How to Use Static Image Files
  • Create beautiful websites using Bootstrap 4.1
Table of Contents

Creating the Django App Basics
1 Introduction to Django 2.1
2 Migrations and Django Admin
3 Creating a Django App

Building up the Django Website
4 Rendering HTML files using Templates
5 Static files in Django HTML Templates
6 Navigation bar using Bootstrap 4
7 Dynamic Web with Django

Backend using Django
8 Creating Models
9 Django Querysets and Database Shell
10 Django Forms
11 Integrating Bootstrap 4 with Django
12 Sending data from view to django templates

Hosting Django on Heroku
13 Installing dependencies for Heroku
14 Deploying the App
15 Adding custom domains