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 7

Code

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


`youtube: https://www.youtube.com/watch?v=Rg5fe4T-zxA`


### [Start: 00:00:00] - Adding Headers and Footers


This was the helpful page: https://www.tangowithdjango.com/book/chapters/templates.html


### [Time: 00:35:45] - Working on Forms and Admin



50:00 start work on the checklist display page


sometmie before 1:26:00 look for split to looking at generics. 


### 1:29:50 - show how to output list using non-generic method. 


### 1:42:00

- working on individual pages:

### 2:06:40 - 

- getting an edit view/functionality working. 




### Links From The Stream

- <<link|Base template for all apps in Django - Stack Overflow|https://stackoverflow.com/questions/29492617/base-template-for-all-apps-in-django>>
- <<link|Django Footer and header on each page with {% extends } - Stack Overflow|https://stackoverflow.com/questions/31456576/django-footer-and-header-on-each-page-with-extends>>
- <<link|Django Header, Navbar, and Footer|https://gist.github.com/kshepp/98124b932a6f3dbd95e9>>
- <<link|Django Web Framework (Python) - Learn web development | MDN|https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django>>
- <<link|Generic display views | Django documentation | Django|https://docs.djangoproject.com/en/3.1/ref/class-based-views/generic-display/>>
- <<link|ListView -- Classy CBV|https://ccbv.co.uk/projects/Django/3.0/django.views.generic.list/ListView/>>
- <<link|Request and response objects | Django documentation | Django|https://docs.djangoproject.com/en/3.1/ref/request-response/>>
- <<link|The Django template language | Django documentation | Django|https://docs.djangoproject.com/en/3.0/ref/templates/language/>>
- <<link|UpdateView -- Classy CBV|https://ccbv.co.uk/projects/Django/3.0/django.views.generic.edit/UpdateView/>>
- <<link|URL dispatcher | Django documentation | Django|https://docs.djangoproject.com/en/3.1/topics/http/urls/>>
- <<link|Working with Templates — How to Tango with Django 1.5.4|https://www.tangowithdjango.com/book/chapters/templates.html>>
- <<link|Writing your first Django app, part 3 | Django documentation | Django|https://docs.djangoproject.com/en/3.1/intro/tutorial03/#write-views-that-actually-do-something>>
- <<link|Writing your first Django app, part 4 | Django documentation | Django|https://docs.djangoproject.com/en/3.1/intro/tutorial04/>>
- <<link|Writing your first Django app, part 7 | Django documentation | Django|https://docs.djangoproject.com/en/3.1/intro/tutorial07/#customize-the-admin-form>>