Completed
Viewing the Pages
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Django App and Templates Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code
- 4 Start Your Virtual Environment
- 5 Useful VS Code Extensions
- 6 What are Django Apps?
- 7 Create a Django App
- 8 App views Pt. 1
- 9 Add Your App to the Project
- 10 App Template Pt. 1
- 11 Emmet File Associations
- 12 App Template Pt. 2
- 13 App urls
- 14 App views Pt. 2
- 15 Linking App urls to the Project
- 16 Running the server
- 17 Adding CSS
- 18 Creating a Base Layout Template
- 19 Extending the Layout Template
- 20 Viewing the Pages