I have just installed django debug toolbar locally to test my django app and it works great.
I've just committed and pushed with mercurial the new changes on my test remote server and I can't see the toolbar. The files are the same.
Why?
If DEBUG is True and you are not seeing the toolbar, then you probably need to add the IP address of the computer you are accessing the site from to INTERNAL_IPS
in your settings.py
file.
INTERNAL_IPS = (<your_ip_address>,)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With