django-debug-toolbar not showing up

前端 未结 27 1651
谎友^
谎友^ 2020-11-30 20:12

I looked at other questions and can\'t figure it out...

I did the following to install django-debug-toolbar:

  1. pip install django-debug-toolbar
27条回答
  •  天命终不由人
    2020-11-30 21:02

    I had the same problem and finally resolved it after some googling.

    In INTERNAL_IPS, you need to have the client's IP address.

提交回复
热议问题