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

from blog Brain Dump, | ↗ original
In part 1 and part 2, we got the basic project workflow set up. Now it’s time to add some basic models and views. Tweak tailwind.config.js Before we get into the meat of this, it’s necessary to alter the tailwind configuration so that the tailwind CLI will look for templates in subdirectories. This is only necessary because of how I choose to...