1. Introduction
2. What is the command line interface
3. How to open the command line interface.
4. Installing Python on Windows Computer
5. Creating virtual environments on Windows Computer
6. Activating a virtual environment on Windows
7. Upgrading Pip
8. Installing Django
9. Creating a django project
10. Installing Visual Studio Code
11. Open Project in Code Editor
12. Installing Postgresql on Windows Computer
13. Installing PostgreSQL Database Adaptor
14. Creating a new database
15. Creating a new database account user
16. Django Database Configuration
17. Starting Django Dev Server
18. Applying initial migrations
19. Creating a django superuser account
20. Django App Vs Django Projects
21. Creating a Django App
22. Creating Django Models
23. Creating forms for Models
24. Creating views Part 1
25. Creating views Part 2
26. Creating views Part 3
27. Django URLS
28. Creating URLS
29. Django Static Files
30. What is Bootstrap
31. How to add Bootstrap to Django Project
32. What are Templates
33. Creating Django Template Files
34. Populating the base template part 1
35. Populating the base template part 2
36. Populating the base template part 3
37. Populating the home template
38. Installing Django Widget Tweaks
39. Populating the case form template
40. Populating the case list template
41. Populating the case confirm delete template
42. Populating the clients templates
43. Populating the lawyers templates
44. Testing the app