Hi all,
I have 5 different models all with relations with themselves. I want to use ModelForm to generate a form that will contain fields of all these models. I read and read, I tried different things to do this (inheritance, subclassing...) and then use the class based views to do CRUD with the object that contains the fields that I want to show to the user. I don't want to use FBV, but I am thinking that this i not possible, is that true?
Maybe I don't understand how does it works, please someone that put me in the right way.
Thank you very much