Archived Try Django
This course has been archived and may contain outdated content.
Try Django
Lessons
Welcome
0:00
Step 1
0:00
Setup your Virtual Environment for Django
0:00
Create a Blank Django Project
0:00
Setup Your Code Text Editor
0:00
Settings
0:00
Built In Components
0:00
Your First App Component
0:00
Create Product Objects in the Python Shell
0:00
New Model Fields
0:00
Change a Model
0:00
Default Homepage to Custom Homepage
0:00
URL Routing and Requests
0:00
Django Templates
0:00
Django Templating Engine Basics
0:00
Include Template Tag
0:00
Rendering Context in a Template
0:00
For Loop in a Template
0:00
Using Conditions in a Template
0:00
Template Tags and Filters
0:00
Render Data from the Database with a Model
0:00
How Django Templates Load with Apps
0:00
Django Model Forms
0:00
Raw HTML Form
0:00
Pure Django Form
0:00
Form Widgets
0:00
Form Validation Methods
0:00
Initial Values for Forms
0:00
Dynamic URL Routing
0:00
Handle DoesNotExist
0:00
Delete and Confirm
0:00
View of a List of Database Objects
0:00
Dyanmic Linking of URLs
0:00
Django URLs Reverse
0:00
In App URLs and Namespacing
0:00
Class Based Views - ListView
0:00
Class Based Views - DetailView
0:00
Class Based Views - CreateView and UpdateView
0:00
Class Based Views - DeleteView
0:00
Function Based View to Class Based View
0:00
Raw Detail Class Based View
0:00
Raw List Class Based View
0:00
Raw Create Class Based View
0:00
Form Validation on a Post Method
0:00
Raw Update Class Based View
0:00
Raw Delete Class Based View
0:00
Custom Mixin for Class Based Views
0:00