Possible Duplicate:
django-debug-toolbar looking for assets by relative path?
So I just followed the instructions to install the django-debug-toolbar v0.9.4, and I can't make the toolbar appear in BOTH the admin and regular application. However, I can see it in the HTML source (via Chrome for example) and the display is set to "none". If I remove that style, it appears (without style and JS however) Also, it can't find the .js and .css.
Failed to load resource: the server responded with a status of 404 (NOT FOUND) 127.../machines/view/2/debug_toolbar/css/toolbar.min.css
Failed to load resource: the server responded with a status of 404 (NOT FOUND) 127.../machines/view/2/debug_toolbar/css/toolbar.min.js
Here are my settings so far relevant to this problem: http://dpaste.org/ar9ji/