Django for Beginners - GoSkills course syllabus
Django for Beginners - GoSkills course syllabus
Instructor
John Elder
1 Introduction
In this course, you'll learn Django for web development, and build a cool resume website to practice
your skills.
2 Install Python
In this lesson, we're going to download and install Python. Follow along to ensure your settings are
correct during the installation.
6 Install Django & Pip Freeze Inside and Outside The Virtual Environment
In this video, you'll learn how to install Django straight from the terminal. You'll also learn how to use Pip
Freeze to see what has been installed inside and outside your virtual environment.
10 StartApp
Anytime you want to do something in Django, you need to create an app for it. In this lesson, we'll cover
the steps how to create an app for your new project.
11 Django Views
To create a web page with Django, there are three important pieces: the view, the template file, and the
URL. In this video, we'll cover views and how to create them.
12 Template Files
In Django, templates hold the HTML for our webpages. In this lesson, we'll discuss how they work and
how to create them.
13 URLs
To create a web page with Django, there are three important pieces: the view, the template file, and the
URL. In this lesson, we'll discuss how URLs work and how to create them within your project.
17 Block Title
In this lesson, we'll discuss how Block Titles work and how to include them within your Django project
pages.
18 Include Tag
There will be times when you want to include things only on one page. In this lesson, we'll discuss how
Include Tags work and how to use them within your project pages.
19 Context Dictionary
In this lesson, we'll discuss the purpose of the Context Dictionary and how it works with the variables
you might use within your project.
20 Filters
Filters allow us to work with our variables within a Django project. In this lesson, we'll learn how filters
work and how to use them.
Tags (for, if, else)
21 In this lesson, we'll discuss how Tags work and how to use them for logic and list functions within your
Django code, e.g. for, if, else.
25 Using Javascript
In this lesson, we'll discuss how to add Javascript to your Django projects.
Go to GoSkills.com