Django Debug Toolbar text garbled

91 Views Asked by At

I recently upgraded my Python packages to the latest versions. One of the ones I upgraded was Django Debug Toolbar for my Django website development. Now every page has garbled text all over it:

Text on each page

What can I do to fix this? I know it's Django Debug Toolbar causing it because when I remove it from the settings.py file everything renders correctly.

0

There are 0 best solutions below