Sorry, but I really don’t grasp how to do things via the docs… the examples via shell just don’t bring any light on how to accomplish things… is there examples on how to do such things?
It’s been really hard to find “how to” guide with examples that are possible to bring to the real world application!
I’m in a verge of just let it go… really difficult to find examples and/or guidance!
Thanks for the help!
Depends upon what exactly you’re looking for regarding “such things”.
The issue is that the precise implementation of many features tend to be highly context-sensitive - and an example of feature “X” may not apply to your situation. Or, more often, a solution in a book might not quite match up with what you’re trying to do. Once you get past the basics, you realize that there is almost always more than one way to solve a problem - and that it’s not practical for any single source to demonstrate them all. So what you really want to work on is understanding how the solutions works for you to be able to translate it to fit your particular needs.
But you can probably find examples of just about any Django feature in Django itself - along with major Django-based projects such as Wagtail, Django CMS, Django Rest Framework, etc, etc, etc. There are also books and videos that go into a lot more detail than what would be appropriate for the reference docs.
A good place to start when looking for such things is Awesome Django.
Yes, there’s a widgets parameter available for use.
Also, if that doesn’t provide sufficient control, you can specify the form to be used in the formset, and so you can construct a form to your precise requirements.