Skip to content

RANUX/django-fktree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

django-fktree - pre-order traversal tree in django based on foreign keys

Dependencies

pip-requirements.txt

Installation

Installation from github:

pip install -e git+https://github.com/RANUX/django-fktree#egg=django-fktree

Examples

Catalog with tree structure:

from fktree.models import Node

class Catalog(Node):
    ...

For more information see fktree.tests

About

Pre-order traversal tree based on foreign keys in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages