Installation

Django-dynamic-breadcrumbs can be installed from PyPI with tools like pip:

$ pip install django-dynamic-breadcrumbs

Then add 'dynamic_breadcrumbs' to your INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    'dynamic_breadcrumbs',
]

Requirements

Django-dynamic-breadcrumbs is tested against these supported versions of Python and Django

  • Python: 3.8

  • Django: 3.2