On 25 nov, 11:58, Daniel Roseman <dan...@roseman.org.uk> wrote:
> On Nov 25, 10:47 am, pa_ree <coldreetit...@gmail.com> wrote:
>
> > i want to create a tree data structure for an organizational project
> > for eg at the root level i want the project leader, under him would
> > work the project manger, under him the project members and so on....
> > plz help
>
> http://github.com/django-mptt/django-mptt

mptt is not the only way to model trees in a RDBMS, and it's not
necessarily the most efficient, depending on the tree characteristics
and typical usage.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to