Open viperfx opened 11 years ago
I fixed the error, thank you for telling me !
Update the python package with : pip install -U django-debug-panel
and it should be fine.
The database error is now fixed. However I am not seeing any ajax requests using the Django Debug chrome extension. The panel in inspector is just blank. Is there any extra steps?
Is the debug-toolbar working if you remove debug_panel from INSTALLED_APPS ? If it's note the case, then you should first make sure that debug-toolbar works and then add debug_panel to INSTALLED_APPS.
Yes, debug-toolbar works, but when I add debug_panel then the debug-toolbar disappears.
Tharshan
On Thursday, 22 August 2013 at 09:05, recamshak wrote:
Is the debug-toolbar working if you remove debug_panel from INSTALLED_APPS ? If it's note the case, then you should first make sure that debug-toolbar works and then add debug_panel to INSTALLED_APPS.
— Reply to this email directly or view it on GitHub (https://github.com/recamshak/chrome-django-panel/issues/1#issuecomment-23074073).
It's normal that is disappears, but it should then appears into the 'Django Debug' panel. If you open any page of your web application, then open the 'Django Debug' panel and then refresh your page, does it display something in the panel ?
Yes It displays only the links in the panel, however there is nothing in the big panel.
I get this error, after I add your app to the installed_apps and then load any page of my app, or try to do syncdb.
Is this a know issue? is there a fix?
Thanks
Here is a stack trace: