Install python-django-treebeard-doc by entering the following commands in the terminal:
sudo apt update sudo apt install python-django-treebeard-doc
Description:
Efficient implementations of tree data structures for Django (documentation)
Django Treebeard is a library that implements efficient data structures for storing hierarchical data in a database using the Django web development framework. . It currently includes 3 different tree implementations: adjacency list, materialized path and nested sets. Each one has it's own strengths and weaknesses but share the same API, so it’s easy to switch between them. . This package contains the documentation in searchable HTML format.
Homepage: https://tabo.pe/projects/django-treebeard/
Version: 4.2.1+dfsg-1
Section: universe/doc