Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Learning Django By Making A Tutorial - Part 2

`youtube: https://www.youtube.com/watch?v=0CWUY-6DK8s`

### Overview

This is the second part of exploring Django to make a tutorial in order to teach myself how to use it.

### [Start: 00:00:00] - Review Existing Draft

The stream starts off running through the initial draft of the process.

### [Time: 01:19:52] - Building A Checklist Page With Data

After that, I build a quick About page before moving on to building a checklist page that connects to the data base.

### Table Of Contents

- Part 1 - Getting the home page to work - Part 2 - Reviewing the first draft and building a model, view, and url structure for a checklist page - Part 3 - Learning how to test. And, making a python module so that unittest's output is green instead of red when tests pass. - Part 4 - Part 5 - Working with forms and getting a pointer to generic views. - Part 6 - Review run-through and adding URLs.

### Links From The Stream