0

How can i use django debug toolbar with DRF and jwt authentication. When using DRF with jwt auth, I cannot use the browser(DRF static files).

Thank you in advance

1 Answers1

-1
python manage.py collectstatic --noinput

or

django-admin collectstatic

collectstatic

Ic3 Sandy
  • 27
  • 3