You cannot post messages because only members can post, and you are not currently a member.
Description:
Group to discuss the Django Debug Toolbar project.
|
|
|
conflict between DjDT 0.8.4 and django-1.3-beta-1
|
| |
Hi,
I'm developing a new site, and with the release of Django 1.3 imminent
I'm working with the beta-1 version at the moment. I've discovered a
problem with django-1.3-beta-1 and DjDT 0.8.4. I thought it might be
best if I mention it now, in case anyone wants to look at it now as
the Django 1.3RC is about to be released.... more »
|
|
Toolbar objects do not work
|
| |
Hi all, I have configured the toolbar as described in the documentation and when I call my pages the toolbar is shown at the top as expected and the Hide/Unhide button also works as expected. But whenever I click on any of the Toolbar objects like "Settings" or "Templates" nothing happens. I am using XP and Firefox and Chrome.... more »
|
|
Just wanted to say thanks
|
| |
This has got to be one of the if not the coolest Django app out there!
Many thanks for the time this thing has saved me.
|
|
Large sql debug html output, more javascript?
|
| |
Hi All, The sql debug info section of the toolbar for some of my pages can be up to 474kb. This makes my pages load pretty slow when the toolbar is enabled. Would it be possible to output the raw data as json and have the javascript render it if I view that tab? Using the {% spaceless %} template tag would be my next best suggestion.... more »
|
|
How about debug facebook apps?
|
| |
Hi, last time I tried to debug a Facebook app with debug toolbar I got a really big error and just couldn't debug it. So I came up with this idea: why not attach the debug toolbar to a different tag? Please check out the change I've made and let me know what you think. [link]... more »
|
|
plugins for toolbar
|
| |
Hey!
Is any simple way to add plugins for debug toolbar ? Im working right
now on some app ( [link] ) for
building JavaScript files and maybe I would be cool to have some tab
with information from builder in debug toolbar ? what do you think ?
BR,
Michał Łowicki... more »
|
|
Templates Panel...
|
| |
Wonderful helpful addition to django - thank you for making it
available.
1) My templates tab just shows:
Templates (11 rendered)
From what I've read about it - and your video it seems it could report
much more?
What am I doing wrong?
(my settings are essentially as follows:
DEBUG_TOOLBAR_PANELS = (... more »
|
|
Logging
|
| |
Hi all,
I have been trying to get logging to work with the debug toolbar and
have had no success. I can't find any documentation about it anywhere.
Is it anything more complicated than:
import logging
logging.debug('a message')
In a relevant file (such as settings.py)?
|
|
New panel [see patch] to add html tidy validation
|
| |
Hi,
I just hacked a new panel to add tidy validation to the toolbar. It's
quite simple and degrades nicely if tidy is not available. Maybe you
guys might be interested to include that panel in the trunk. Here is
the patch: [link]
Best,
alan
|
|
|