Welcome to AutoBreadcrumbs’s documentation!

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).

Dependancies