0

I am using a django-debug-toolbar==3.4.0 with Django==4.0.5.

Everything works except I see this on the debug toolbar:

django class view name

The expected string should be the class name: DashboardView not "backend_base.views.view".

Tha class itself is very simple:

class DashboardView(LoginRequiredMixin, NavBarMixin, TemplateView):
    template_name = 'dashboard.html'

In the old version of the same project the result was exactly the classname. What am I missing?

0 Answers0