An open API service indexing awesome lists of open source software.

https://github.com/sveetch/autobreadcrumbs

Django application to add breadcrumbs to your pages
https://github.com/sveetch/autobreadcrumbs

django

Last synced: about 1 year ago
JSON representation

Django application to add breadcrumbs to your pages

Awesome Lists containing this project

README

          

.. _breadcrumb: http://en.wikipedia.org/wiki/Breadcrumb_%28navigation%29#Websites
.. _Django: https://www.djangoproject.com/

===============
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
*****

* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;

Dependancies
************

* `Django`_ >= 1.6;