Re: Proper way to nest data (deeply)

2014-05-02 Thread Venkatraman S
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 wrote: > https://github.com/django-mptt/django-mptt > > > On Fri, May 2, 2014 at 11:07 PM, Sco

Re: Proper way to nest data (deeply)

2014-05-02 Thread Venkatraman S
https://github.com/django-mptt/django-mptt On Fri, May 2, 2014 at 11:07 PM, Scott Harper 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 difficult