Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Learning Django by Making A Tutorial - Part 5

TODO: Figure out why this isn't working in MDX


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

### [Start - 00:00:00] - More Work On Django

This stream was all about making forms. Toward the end, <<link|ekkejD|https://www.twitch.tv/ekkejD>> joined the chat and gave me some great pointers about using generic views. I'm going to go back through everything with them in mind. I have a feeling theirs a solid way to go. 


### Table Of Contents

- <<link|Part 1|/stream-notes-2020-10-06/>> - Getting the home page to work
- <<link|Part 2|/stream-notes-2020-10-08/>> - Reviewing the first draft and building a model, view, and url structure for a checklist page
- <<link|Part 3|/stream-notes-2020-10-09/>> - Learning how to test. And, making a python module so that unittest's output is green instead of red when tests pass. 
- <<link|Part 4|/stream-notes-2020-10-10/) - More progress with testing and getting database content to show up. (Also, updating my local Hugo site to launch into either Sublime Text 2, or Sublime Text 3.>>
- <<link|Part 5|/stream-notes-2020-10-10-2/>> - Working with forms and getting a pointer to generic views.
- <<link|Part 6|/stream-notes-2020-10-11/>> - Review run-through and adding URLs. 



### Links From The Stream

- <<link|DetailView -- Classy CBV|https://ccbv.co.uk/projects/Django/3.0/django.views.generic.detail/DetailView/>>
- <<link|Django Error u"'polls" is not a registered namespace - Stack Overflow|https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace>>
- <<link|Django Tutorial Part 9: Working with forms - Learn web development | MDN|https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Forms>>
- <<link|Django Web Framework (Python) - Learn web development | MDN|https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django>>
- <<link|Failed to open page|http://refreshoxford.co.uk/>>
- <<link|python - Django - is not a registered namespace - Stack Overflow|https://stackoverflow.com/questions/41883254/django-is-not-a-registered-namespace/41883421>>
- <<link|Refresh Oxford|https://github.com/refreshoxford/>>
- <<link|Writing your first Django app, part 3 | Django documentation | Django|https://docs.djangoproject.com/en/3.1/intro/tutorial03/>>
- <<link|Writing your first Django app, part 4 | Django documentation | Django|https://docs.djangoproject.com/en/3.1/intro/tutorial04/#write-a-minimal-form>>