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 1

`youtube: https://www.youtube.com/watch?v=PLDcoPLJcxA`

I spent a few hours working through the official Django tutorial

So, I'm going Docendo Discimus style. Learning by teaching. Or, in this case, making a tutorial. This is the first of a multi-part set of streams where I put stuff together.

This session is of me getting a home page up and running (and learning lots in the process).

I'll post the entire tutorial when it's done.

### 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