Skip to content

implement breadcrumb

Breadcrumb is ready in the, but not active yet.

A good discussion : https://stackoverflow.com/questions/826889/how-to-implement-breadcrumbs-in-a-django-template

A package : https://github.com/tj-django/django-view-breadcrumbs

My point of view: If we use the package we will have to use a lot of custom crumbs which we can easily implement by ourself so maybe re-implementing the subset we need is a good option to reduce dependency