While trying to integrate breadcrumbs we found, that they try to use the typical url_naming for django applications.
We found, that there is a difference between the naming that is used in django builder and which is typically used in django applications. So the difference would be, that the app namespace will not be declared directly in the url, instead of that, the propery app_name is used. https://docs.djangoproject.com/en/5.1/topics/http/urls/#term-application-namespace
Maybe this could be changed, so django builder application will work with breadcrumbs out of the box.
While trying to integrate breadcrumbs we found, that they try to use the typical url_naming for django applications.
We found, that there is a difference between the naming that is used in django builder and which is typically used in django applications. So the difference would be, that the app namespace will not be declared directly in the url, instead of that, the propery app_name is used. https://docs.djangoproject.com/en/5.1/topics/http/urls/#term-application-namespace
Maybe this could be changed, so django builder application will work with breadcrumbs out of the box.