Closed sasa1199 closed 4 years ago
If the NetBox instance is not running locally (i.e. you're accessing a remote server), then you need to add your IP to INTERNAL_IPS
as per the debug toolbar's documentation.
If the NetBox instance is not running locally (i.e. you're accessing a remote server), then you need to add your IP to
INTERNAL_IPS
as per the debug toolbar's documentation.
Hi! I run it locally python3 manage.py runserver 0.0.0.0:8000 --insecure or python3 manage.py runserver 0.0.0.0:8000, but still doesn't show up
I've just configured it and can confirm it works. This is probably a discussion best suited for the mailing list.
I've just configured it and can confirm it works. This is probably a discussion best suited for the mailing list.
Okay, I've made a discussion https://groups.google.com/forum/#!topic/netbox-discuss/sLwXQp7ZkYA
Well it's still unsolved, nobody gave me the answer, why is the toolbar doesn't show up
You just created a forum discussion with nothing more than a link to this ticket, making it difficult for people to assist you. Try making a standalone discussion describing the problem you're facing and sharing any relevant information, like the way you have NetBox deployed/running.
Here on GitHub, the issues are used to track development efforts.
P.S. Try accessing your server using http://127.0.0.1:8000.
Environment
Python version: 3.6.9 NetBox version: Example: 2.7.3
Hi! I have a problem with the Django Toolbar. I set the debug mode: True and tried all the steps from the official installation as well to solve the problem, but the toolbar on the site still doesn't show up. Can somebody help me?
netbox/netbox/settings.py:
netbox/netbox/urls.py