10 - Introduction A simplified approach
11 - Django project setup
12 - Configure the python interpreter
13 - VS code terminal Command prompt
14 - Django app setup
15 - Templates URLs and Views Pt 1
16 - Templates URLs and Views Pt 2
17 - Applevel templates Namespace protection
18 - Configure static files
19 - How to refresh static files
20 - Styling our web app Pt 1
21 - Styling our web app Pt 2
21 - index.html
22 - Create a profile model
23 - Configure Django to allow file uploads
24 - User registration Pt 1
25 - Styling our user registration page Pt 2
26 - User registration Pt 3
27 - User authentication
28 - User authentication Continued
29 - Protecting our account views
30 - Profile management Updating our username and email
31 - Profile management Deleting an account
32 - Upload and render a file in Django
33 - Design and styling Pt 1
34 - Design and styling Pt 2