Video description
Learn Django the fast and easy way!
About This Video
- Learn how to build simple websites with Django and Python
- Learn to manage URLs and how to use static image files
In Detail
In this course, you'll learn how to build simple websites with Django and Python!
Django overwhelms a lot of people, and it doesn't have to! If you understand just a few basic concepts, you'll see that Django is a breeze to use!
In this course, we'll be developing on a Windows machine, but you should be able to follow along if you're on a Mac or Linux. You will be shown how to download and install Python and Django and create a basic website.
Table of Contents
Chapter 1 : Intro to Django with Python for Web Development
Introduction
00:02:00
Install Python
00:02:59
Download Sublime Text Editor
00:02:23
Set Up A Virtual Environment
00:06:18
Install Django
00:02:31
Create A New Project
00:02:30
Run the Web Server
00:03:29
Migrate and Admin Area
00:04:11
StartApp
00:05:16
Django Views
00:02:56
Template Files
00:01:53
URLs
00:06:03
Creating Links
00:04:40
Extends Base File
00:04:23
Block Title
00:03:31
Create a Navbar
00:04:31
Using Python on a Page
00:03:31
Using External Python Programs
00:03:16
Static Image Files
00:06:19
More Static Images On About Page
00:03:09
Conclusion - Bonus Lecture
00:01:06