Gustavo Picón / Projects /

django-treebeard

django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.4+. It includes 3 different tree implementations: Adjacency List, Materialized Path and Nested Sets.

To download, visit the PyPI entry.

You can read the documentation of the current stable version, the development version.

You can get the code in the Git repo.

The test suite is run on several python versions in multiple platforms. Please see the test job for django-treebeard in Jenkins.

Great care was taken into the quality and maintainability of this project. You can see the automated code quality tests.

Please report bugs in the bug tracker.

Licensed under the Apache License 2.0