Web Applications with Django: Models and Class-based Views
Django 3.1
| Intermediate
- 10 videos | 1h 22m 35s
- Includes Assessment
- Earns a Badge
The robust websites and apps produced using Django suggest a much more complicated framework than is used. In this course, you'll build on your existing Django knowledge to perform some Django template language operations. You'll start this course by performing various query operations on your Django model instances from the Python shell. You'll also use the Django admin website to work with your models. You'll implement class-based views in Django, first using the ListView class to view multiple instances of a model before using the DetailView class to view individual records. Moving along, you'll use CreateView and UpdateView to generate and modify instances and implement a DeleteView for their easy removal. You'll round off this course by briefly exploring how to improve the aesthetics of your class-based views by incorporating HTML elements, such as tables, in their corresponding templates.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this coursePerform various select-from-where operations on the data stored as instances in a django model classUse the listview view class to access all the data stored in a django model class as a list of recordsUse the detailview view class to access a specific instance of a django modelUse the createview built-in view class to create a new instance of a django model
-
Use the updateview built-in view class to update already created instances of a django model classUse the userpassestestmixin and other code in the django template language to allow only active users or super users to perform specific operationsUse the deleteview built-in view class to remove specific instances of a django modelDefine various html tables to improve the aesthetics of pages, which allow interactions with django model instancesSummarize the key concepts covered in this course
IN THIS COURSE
-
2m 11s
-
10m 41s
-
9m 13s
-
8m 31s
-
10m 27s
-
5m 48s
-
11m 59s
-
12m 6s
-
10m 3s
-
1m 38s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.