How I Start: Django, Tailwind, HTMX (part 4)

from blog Brain Dump, | ↗ original
In part 1 and part 2, we got the basic project workflow set up. Part 3 saw some initial models and views that were tested using the Django admin UI. Now it’s time to add library CRUD to the reading_log application itself. Where code is discussed below, I try to copy everything that’s relevant inline. I’m sure I missed a few things. The entire...