1. Preparing a new Virtual Environment
2. Introducing the Python Package Index
3. Installing the Django Framework
4. Creating a new Django project
5. Creating a new Django application
6. Registering a new Django application
7. Starting the Django Development Server
8. Understanding the Django Request-Response Cycle
9. Creating a unique URL pattern
10. Writing our first Django view
11. Creating a new HTML template
12. Relating an HTML template to a view
13. Installing a Django application from a requirements.txt file
14. Test Your Knowledge.html