Converting an existing Django model to Django-MPTT

Using a SQL database to mimic a filesystem will, eventually, create bottlenecks when it comes to traversing the filesystem. One solution is modified preordered tree traversal, which saves the tree structure in an easily-used manner inside the model.
 •  0 comments  •  flag
Share on Twitter
Published on February 12, 2016 04:00
No comments have been added yet.