kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

conflict with django-debug-toolbar #8

Open sww314 opened 7 years ago

sww314 commented 7 years ago

Using 0.2.1 on Django 1.10.5, when I enable the debug toolbar, the JSON widgets print text from DJANGO settings. It does not happen for every widget, but I have pages with many JSON Widgets and it happens on every page load.

Disabling the toolbar and everything goes back to normal.

I have not investigated further but thought this may save someone some time.

kevinmickey commented 6 years ago

Unable to replicate, but if anyone is able to, let me know what conditions are required for this to happen.