How can I create user-friendly breadcrumbs in Django?

How can I create user-friendly breadcrumbs in Django?
Example: /admin/create-properties/ → Home / Administration / Create Properties

Does anyone have a simple way to implement this?

Excuse my English, I’m Brazilian.

Welcome @klebersonfialhobalee !

Check out https://djangopackages.org for third-party apps that may help you with this.

In this case, you might want to look at the Navigation category. (Note: Some of these packages may not be maintained - it would be up to you to bring them up-to-date for your project.)

Beyond that, we would need to understand exactly what type of breadcrumbs you’re looking to create to know whether there’s a “simple” way to do this or not. (Will they be based on menu entries? URL paths? Previously visited pages?)

(And there’s no need to apologize for your English - your English is infinitely superior to my Portuguese.)