-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's always blank #8
Comments
Exactly the same here: Django 1.6 |
Activated my brain: And it works. :) |
Same for me, Django 1.6.10, django-debug-toolbar 1.3 |
Actually, mine shows up, I had to expand it |
In my case
Caused the debug toolbar to go blank. I set it to None because we are on a closed network and JQUERY_URL defaults to a CDN. This causes the debug-panel pages to not have a jQuery reference (as unlike all the other pages, I have no "injection" point for jQuery) This seems to be a bug somewhere. Potentially if I set JQUERY_URL to my local /static/ url...it will work. Example:
That seemed to fix it for me :) |
I followed the instructions (only using the django-debug-panel middleware) and installed the extension.
I just get a blank screen.
The text was updated successfully, but these errors were encountered: