Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batiste/django-mptt

utilities for implementing a modified pre-order traversal tree in django
https://github.com/batiste/django-mptt

Last synced: about 2 months ago
JSON representation

utilities for implementing a modified pre-order traversal tree in django

Awesome Lists containing this project

README

        

===========
Django MPTT
===========

Utilities for implementing Modified Preorder Tree Traversal with your
Django Models and working with trees of Model instances.

For installation instructions, see the file "INSTALL" in this
directory; for instructions on how to use this application, and on what
it provides, see the file "overview.txt" in the "docs/" directory.