chronossc / django-breadcrumbs

Easy to use generic breadcrumbs system for Django framework.
http://code.google.com/p/django-breadcrumbs/
Other
105 stars 29 forks source link

Added template tag. #11

Open leandro-gomez opened 11 years ago

leandro-gomez commented 11 years ago

Added template tag to render breadcrumb. Added some examples. Added some settings. See breadcrumbs/templatetags/breadcrumb_tags.py for details

chronossc commented 11 years ago

Hello @lalo73, awesome and welcome changes. Im not using that lib anymore and Im glad it still useful.

I have plans to merge that pull request with coverage of 100% until weekend, so I ask you to include tests for new code. After that I`ll merge and will write more tests if need to release a version with coverage.

leandro-gomez commented 11 years ago

ok, when I have some time, i'll write the test. thanks!

bashu commented 9 years ago

TODO: add tests and merge