Python Django Web Development: To-Do App

Python Django Web Development: To-Do App

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2 Hours | 902 MB

Learn Database Driven Web Development With Django and Python!

Django and Python can seem overwhelming at first, but they don’t have to be! In this course I’ll walk you through it step by step and you’ll be building your first web app in MINUTES. You’ll be amazed how quick and easy it is to create very professional looking websites, even if you have no programming or web design experience at all.

Watch over my shoulder as I build a cool To-Do List app step by step right in front of you. You’ll follow along and build your own copy. By the time we’re finished, you’ll have a solid understanding of Django and how to use it to build awesome web apps.

The course contains 28 videos – and is just over 2 hours long. Watch the videos at your own pace, and post questions along the way if you get stuck. You don’t need any special knowledge or software to take this course, though any experience with HTML or CSS is a plus. You don’t even need to know the Python programming language. I’ll walk you through EVERYTHING.

Django is a great web development tool and learning it has never been this easy.

What We’ll Build…

We’ll build a cool To-Do List app that let’s you make lists and save them to a database. You can update items as you complete them to “cross them off the list”.

We’ll style the website using the popular Bootstrap CSS framework (I’ll show you how to use it!)

What Will I Learn?

  • Introductory Django
  • How to Build Database Driven Websites With Django
  • Download and Install Python
  • Install Django
  • How To Manage URL’s
  • How to Create Views/Pages
  • How to Use Static Image Files
  • How to Use Templates
  • Basic CSS with Bootstrap 4.1
  • How To Use Databases With Django
Table of Contents

Setting Up The Development Environment
1 Introduction
2 Installing Python
3 Sublime Text Editor
4 Setting Up Virtualenv
5 Installing Django

Creating The Django App Basics
6 Runserver and Admin Area
7 Startapp
8 Urls.py
9 Views and Templates
10 Base Extends
11 Installing Bootstrap CSS
12 Bootstrap Navbar
13 Django Links
14 Context Dictionary

Django and Databases
15 Database Class
16 Delete Items
17 Cross and Uncross Items
18 Editing Items Part 1
19 Editing Items Part 2
20 Course Conclusion
21 Database Migrations and Migrating
22 Database Admin
23 Database Add To Index Page
24 Bootstrap Tables
25 Static CSS Files
26 Forms
27 Home View Database Posting
28 Messages