Suppose I have model A. Then I have several models B, C, D, E, etc., each of which has a foreign key for model A. I know that I can install B, C, D etc. as built-in to model A, so when I create model A, it will show formets for adding several elements for each subModel, but I think it will create a rather cluttered and very large page.
Is there a way somehow, instead of having all these inline forms on one page, having each set of forms on a separate page? In other words, would there be links from model A to create / edit an associated model B, create / edit a related model C, etc.?
Thanks!
source share