The toolbar will only show when it is accessed from 127.0.0.1
(localhost). See the documentation for the toolbar at
https://docs.pylonsproject.org/projects/pyramid_debugtoolbar/dev/#settings (debugtoolbar.hosts) to add an exception for your remote IP address.
- C
There's already an [app:foo] section in the development.ini. Just put
this inside it:
debugtoolbar.hosts = 192.168.0.104
http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/#settings
- C