public
Description: utilities for implementing a modified pre-order traversal tree in django
Homepage: http://code.google.com/p/django-mptt/
Clone URL: git://github.com/brosner/django-mptt.git
django-mptt / README
100644 11 lines (8 sloc) 0.366 kb
1
2
3
4
5
6
7
8
9
10
11
===========
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.