fabiocaccamo / django-treenode

:deciduous_tree: probably the best abstract model/admin for your tree based stuff.
MIT License
672 stars 33 forks source link

Comparison with django-treebeard, django-tree, etc. #131

Open jacobjove opened 10 months ago

jacobjove commented 10 months ago

Cool library. Since this library describes itself as "probably the best abstract model/admin for your tree based stuff," would you consider including a comparison with alternatives like django-treebeard and django-tree ?

Upvote & Fund

Fund with Polar

fabiocaccamo commented 10 months ago

@iacobfred eheh, the description of this library arose mostly from my frustration in implementing the available libraries long time ago (~6 years ago).

My primary focus was the simplicity of use / integration in existing projects, not performance.

Actually I have not time to work on a comparison/benchmark, but if you want to do it, I will appreciate it a lot!

laulaz commented 10 months ago

@iacobfred I would add django-mptt to your list. Even if its maintenance status is not clear, it has interesting features (template tags & form fields for my usecases).

I am also interested in any comparison you might make.

fabiocaccamo commented 10 months ago

Also having a comparison grid on https://djangopackages.org/ would be very useful.