two-scoops-of-django-3.x
two-scoops-of-django-3.x copied to clipboard
Suggestion: Formset and InlineFormset
Greetings!
Hello, thank you for the book, I am a buyer/reader from early days.
I use to make simple projects, and noticed in the ALPHA version of the book 2 chapters (12 and 13) related to forms.
However I have some projects and forms are getting pretty complex.
I cannot find enough documentation related to Formsets & inline Formsets (i.e. inlineformset_factory
):
:(
Like how to build a Cart application (or wishlist) and be able to edit the entries, how to "style" the order forms (crispy-forms has it's limitations!?), basically CRUD in django.
Thank you and good luck!