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
- Host: GitHub
- URL: https://github.com/sveetch/autobreadcrumbs
- Owner: sveetch
- License: mit
- Created: 2012-03-27T10:54:15.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T23:05:27.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T08:41:34.105Z (about 1 year ago)
- Topics: django
- Language: Python
- Homepage: http://autobreadcrumbs.readthedocs.io/
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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;