Video description
In this Introduction to Django training course, expert author Nicole Harris will teach you how to build your own Django applications. This course is designed for the absolute beginner, meaning no experience with Django is required.
You will start by learning how to manage data, then jump into learning about views, URLs, and templates. From there, Nicole will teach you about forms, including how to create and display a form, save form data, and write custom form validation. This video tutorial also covers testing your own Django application, including setting up and running tests, testing models, and testing forms. Finally, you will learn about deployment, including connecting with GitHub and configuring local settings, setting up a continuous integration server, and troubleshooting and setting up your first user.
Once you have completed this computer based training course, you will have learned how to set up, create, and deploy your own Django applications. Working files are included, allowing you to follow along with the author throughout the lessons.
Table of contents
-
Introduction
- What To Expect 00:02:57
- About The Author 00:00:59
- Why Choose Django? 00:02:48
- How Django Works 00:02:05
- Setting Up A Virtual Environment For Our Project 00:03:27
- Generating Our First Django Project 00:08:09
-
Managing Data
- Basic Models And Model Fields 00:03:39
- Migrations - A Brief Introduction 00:01:48
- Using Django Shell To Create And Query Models 00:03:58
- The Django Admin - An Introduction 00:03:28
- Creating Relationships Between Models 00:03:19
- Model Methods 00:03:56
- Turbo Charging Our Admin 00:05:38
-
Views, URLs And Templates
- Our First URL And View - Understanding The Request Response Cycle 00:03:45
- Creating Our First Template And Displaying Dynamic Data 00:03:32
- Querying Our Data And Using It In Our View 00:06:28
- Trying Out Class-Based Views 00:03:57
- Class-Based Generic Views 00:05:55
- Better HTML With Extends And Includes 00:03:21
- Creating Links And Adding Static Resources 00:02:45
-
Forms
- Creating And Displaying Our First Form 00:06:18
- Saving Form Data 00:02:08
- Trying Out Model Forms With Class-Based Views 00:03:35
- Using CreateView And Controlling Form Rendering 00:05:44
- Writing Custom Form Validation 00:02:41
-
Users
- Supporting Users In Our Application 00:07:18
- Restricting User Access 00:02:47
- Logging Users In And Out 00:05:01
-
Testing Your Django Application
- Setting Up And Running Tests 00:04:10
- Creating Factories With FactoryBoy 00:07:18
- Testing Models 00:06:44
- Testing Our ListBooks View 00:05:38
- Testing Class Based Views 00:07:49
- Testing Forms 00:06:28
- Deployment
-
Conclusion
- Resources And Where To Go From Here 00:03:46
- Wrap Up 00:00:29
Product information
- Title: Introduction to Django
- Author(s):
- Release date: January 2016
- Publisher(s): Infinite Skills
- ISBN: 9781771375375
You might also like
video
Introduction to Django
Fast, flexible, and easy to learn, Django is an ideal framework for any web developer looking …
video
Introduction to Django
4.5 Hours of Video Instruction Django is the most popular web framework for Python and is …
book
Django Unleashed
Django is an amazingly powerful system for creating modern, dynamic websites. But programming Django hasn’t always …
video
Django Crash Course with Examples
The course teaching approach is learn-by-doing. You will learn to build two different apps: a modern …