This is a Django application to automatically build breadcrumbs like this :
Home > Some page > Some child page
Each crumb displays a title with a link to represent a view, crumb tree is determined from the urls map of your project, crumbs are linked to view url name (including namespaces).
- Read the documentation on Read the docs;
- Download its PyPi package;
- Clone it on its Github repository;
- Django >= 1.6;