CRUD inside a table with Django and HTMX

While consolidating the CRUD operations for my app into a single page, I had to spend quite a bit of time trying to figure out how to make table and form work together. Fortunately, HTMX makes it a lot easier. I wrote a tutorial about it:

3 Likes