March 2020
Intermediate to advanced
608 pages
17h 17m
English
This recipe only scratched the surface of the power of django-treebeard and its Materialized Path trees. There are many other methods available for the navigation as well as the construction of trees. In addition, the API for Materialized Path trees is largely identical to those for Nested Sets trees and Adjacency List trees, which are available simply by implementing your model with the NS_Node or AL_Node abstract classes, respectively, instead of using MP_Node.