django-sitetree 0.10.0

django-sitetree is a reusable Django app introducing site tree, menu and breadcrumbs navigation elements.How to use 1. Add the 'sitetree' application to 'INSTALLED_APPS' in your settings file (usually 'settings.py'). 2. Run './manage.py syncdb'...