python3-django-mptt

Modified Preorder Tree Traversal Django application
  https://github.com/django-mptt/django-mptt
  0
  no reviews



Django MPTT is a reusable/standalone Django application which aims to make it easy for you to use Modified Preorder Tree Traversal with your own Django models in your own applications.

It takes care of the details of managing a database table as a tree structure and provides tools for working with trees of model instances.