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 …
Introduction to Django
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.
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
Connecting With GitHub And Configuring Our Local Settings
00:08:10
Setting Up A Continuous Integration Server
00:04:41
Serving Your Application With Heroku
00:07:58
Troubleshooting And Setting Up Our First User
00:03:50
Conclusion
Resources And Where To Go From Here
00:03:46
Wrap Up
00:00:29
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept