Using Django Debug Toolbar With DRF, Simple JWT Auth
django-debug-toolbar needs its output to be html, but i am using apis with jwt authentication (djangorestframework-simplejwt). So i am unable to use debug toolbar.
django-debug-toolbar needs its output to be html, but i am using apis with jwt authentication (djangorestframework-simplejwt). So i am unable to use debug toolbar.