Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Django Crash Course with Examples
Getting Started
Introduction (6:19)
Installing Python and the IDE on Windows New Lecture (5:56)
Installing Python and the IDE on Mac (5:12)
Installing Python and the IDE on Linux (2:12)
Setting up a Virtual Environment and Installing Django (9:22)
Django vs. Other Python Web Frameworks (8:57)
Creating Models
Creating a Django Project (11:12)
Creating an Admin User (4:00)
Creating a Blog app (8:15)
Creating the Post Model (12:23)
The Architecture of a Django App - Understanding Django (9:07)
HTML Templates and URL Patterns
Creating an HTML Template (8:02)
Creating a View to Connect the Model to the Template (4:41)
Creating the URL patterns (15:16)
The Admin Interfaces
Creating Posts from the admin interface (8:51)
Creating Web Pages
Creating a Homepage (7:32)
Adding an About Page (2:44)
Showing a List of Posts on the Home Page (8:04)
Using URL Tags to Create Links (5:44)
Integrating Bootstrap
Making the Webpage Modern with Bootstrap (16:28)
Template Filters and Template Inheritance
Django Template Filters (4:00)
Template inheritance (12:37)
Styling the Navigation Menu (4:14)
The Complete Code of the Website built with Django
Building a Translator Web App
Intro to the Translator App (3:11)
The Steps to Complete the Translator App (3:29)
Creating the Empty Translator App (2:39)
Creating the HTML Form (7:45)
Configuring the URLs (5:04)
Creating the Form-view (5:29)
Getting and Returning User Input Through a Form (10:09)
Finishing the Translator App (6:12)
Django vs. Other Python Web Frameworks
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock