Jon Loeliger wrote:
Folks,

I'd like to add a few MPTT manged data-sets to my projects
so I am wondering what the current state of the MPTT art is.
I'm using Danjgo 1.1.1 right now, and would like to slap down
an MPTT manager in my project that is BSD-ish licensed, allows
multiple, different sets of nodes, and hopefully comes with a
good admin interface too!

Googling shows both django-mptt and -treebeard, but are there
good recommendations pro- or con- for either one?  Or is there
a better third choice out there now?

They both seem quite strong and useful. I think Treebeard edges out django-mptt for the fact that it provides a few other managers for tree storage besides MPTT. It makes it pretty easy to use the same methods to browse/query trees no matter which method they are stored in the database. (Plus you can switch between them relatively easily as your storage needs change.) I think its documentation does a pretty good job describing the trade-offs between the various storage methods it supports, and certainly the best form depends on the data being stored.

--
--Max Battcher--
http://worldmaker.net

--
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