How to implement breadcrumbs in a Django template?

前端 未结 12 2056
無奈伤痛
無奈伤痛 2020-12-07 09:45

Some solutions provided on doing a Google search for \"Django breadcrumbs\" include using templates and block.super, basically just extending the base blocks and adding the

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 10:11

    Try django-breadcrumbs — a pluggable middleware that add a breadcrumbs callable/iterable in your request object.

    It supports simple views, generic views and Django FlatPages app.

提交回复
热议问题