It looks pretty simple to me actually and am not sure if you need mptt. Just the FK needs to be designed properly to capture the 1-to-many relationships.
On Fri, May 2, 2014 at 11:13 PM, Venkatraman S <[email protected]> wrote: > https://github.com/django-mptt/django-mptt > > > On Fri, May 2, 2014 at 11:07 PM, Scott Harper > <[email protected]>wrote: > >> Hello, >> >> I am using django as a tool to help edit data for a game project I am >> working on. Unfortunately, the data relationships have gotten pretty deep >> recently, and I'm having some difficulty getting the formsets to work >> properly. >> >> So here's the ugly setup: I have a table of Maps, nodes, encounters, and >> enemy fights. I have multiple fights per encounter; multiple encounters per >> node; and multiple nodes per map. >> >> Map >> -Node >> -Encounter >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/d2558428-0da3-4529-a459-20e4b249d92b%40googlegroups.com<https://groups.google.com/d/msgid/django-users/d2558428-0da3-4529-a459-20e4b249d92b%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7tdFTVbJS932U6Kir0ta5WxQ2xp6miL0rRwZ2Kf-PekPvgkw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

