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

from blog Brain Dump, | ↗ original
How I Start: Django, Tailwind, HTMX (part 2) In part 1, I set up the project, a sensible .gitignore, tailwind, and live reloading along with some run targets for PyCharm. Now it’s time to finish up the housekeeping. Housekeeping: Move Configuration into the Environment This doesn’t strictly need to be done at this early stage, but I find that...