Crispy forms reminds me integration CKEditor widget into django admin. I've found this video inspiring as a feedback to look at the code of this module deeper.
As usual very informative video. As you said for simple standardized forms/frameworks it is fine. But trying to incorporate HTMX into this work flow would be a pain, and customized theme. I usually raw dog all my Python development using abstractions to a minimum. Driving React and other front end framework nuts (mission accomplished)
Thank you so much. I've been wanting to use crispy ever since it came out, but needed something like this to get me started. Would love to see how you can integrate this with ModelForms.
You're welcome. The process is the same with ModelForms. You can create the form helper instance in a __init__ for your model form and do the same thing.
Thank You Anthony for tips 👌
Crispy forms reminds me integration CKEditor widget into django admin. I've found this video inspiring as a feedback to look at the code of this module deeper.
Nice Job Anthony
Thanks for watching!
Thanks!
You're welcome! Thanks for watching.
As usual very informative video. As you said for simple standardized forms/frameworks it is fine. But trying to incorporate HTMX into this work flow would be a pain, and customized theme. I usually raw dog all my Python development using abstractions to a minimum. Driving React and other front end framework nuts (mission accomplished)
Thank you so much. I've been wanting to use crispy ever since it came out, but needed something like this to get me started.
Would love to see how you can integrate this with ModelForms.
You're welcome. The process is the same with ModelForms. You can create the form helper instance in a __init__ for your model form and do the same thing.
I’ve heard Django developers are hard to come by. Anyone else hear that as well?