How to remove the Pyramid debug toolbar

480 views Asked by At

I removed the row with pyramid_debugtoolbar from the development.ini file as suggested here, but it still shows up.

How do I disable it?

1

There are 1 answers

2
Steve Piercy On

To quote the source you linked:

When you want to disable this toolbar, there's no need to change code: you can remove it from pyramid.includes in the relevant .ini configuration file

So if you removed the lines 3-4 in your development.ini as indicated, then stopped and restarted your app as before, then the toolbar should no longer appear.