Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 814 Bytes

README.rst

File metadata and controls

26 lines (18 loc) · 814 Bytes

Autobreadcrumbs

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

Links

Dependancies