Software Development and Asking Good Questions
A resilient tech career isn’t about chasing every new framework - it’s about asking the right question at the right moment. This post shows you how.
You can style Django forms with Tailwind CSS without Crispy forms or installing any other external libraries. If you already have Tailwind CSS installed in your Django project, all you need is Django’s built-in “widget” feature, more specifically, the attrs
field.