Hi James, What you seek are inline model admins: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-objects .
ken On Thu, Jun 12, 2014 at 11:59 AM, James Larkin <[email protected]> wrote: > Hi Guys, > > Back again with another problem and if someone could point me in the right > direction it'd be much appreciated. > > I followed the example > http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types. > for Creating an Author and Book relationship ... however lets say I want to > create a Chapter for the book how would I go about creating this? > > So I'd end up with ... > > Author -> Many Books -> Many books chapters > > Creating the Chapters model obviously isn't really an issue what I'm > having issues with is displaying them on the same page in the admin section > or even an option to go to another form to to add them. > > Any pointers would be much appreciated > > ( note I'm not actually creating this as such but in principle it's the > same ) > > and yes I'm still in the what on earth am I doing phase of things so > please forgive my ignorance. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
