Re: How to generate breadcrums

2020-04-16 Thread 'MH' via Django users
PS: I was just asking myself if I could somehow tell django what the hierarchy of views might be instead of defining the breadcrumbs for each view manually. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

How to generate breadcrums

2020-04-16 Thread 'MH' via Django users
Hi there I need some advice how to implement breadcrumbs in a base.html. I have already installed django-bootstrap-breadcrumbs, registered it in the apps and so on. So far I would say, it's working, Just for testing purposes it looks like this: {% load django_bootstrap_breadcrumbs %}