django-forms-dynamic
django-forms-dynamic copied to clipboard
Resolve form field arguments dynamically when a form is instantiated
Following the documentation for the car make/model example with an addition of using the include argument results in an error. Not sure if I am mistaken in my understanding of...
In our project we use [`django-crispy-forms`](https://django-crispy-forms.readthedocs.io/en/stable/index.html) and define the form layout in the form's `__init__`. For the example in this repo it could look as follows (using the Bootstrap 5...
You provide one example with HTMX, where a model field is dependant on a make field and changes it's queryset accoding to the selected make. This is simple and comprehensive....
fixes #4
I am building a "rule editor" for NLP purposes. I want to give editors the ability to see "in real time" (after saving), how their rule would work in practice...
`BSD` is ambiguous. Since the license is BSD 2 Clause, the [SPDX identifier](https://spdx.org/licenses/BSD-2-Clause.html) for this license can be used here.