I’m looking for something like this but natively in Django.
Is there any way to globally define the CSS classes associated with a widget? Or do I need to subclass each widget and use them instead?
Context: Currently, I’m using crispy forms for form styling but it requires to be tied to a CSS library. Most of my site is tailwind + some handwritten CSS. Just looking to see if I need to build a custom implementation (or crispy-tailwind) or if I need to get off of crispy-forms