I recently installed django-debug-toolbar. The toolbar works and I can see the tabs on the side. However, nothing shows up in the SQL tab even when I have obviously executed an SQL query (such as in t
Right away: yes I know about INTERNAL_IPS. I\'m about to have my django app opened up at work integration and testing. I know there will be debugging and plenty modifications and/or optimizations to
I have a Django webapp. I have installed the debug_toolbar middleware and 开发者_开发问答module.
Hey, I\'ve been using Django 1.2.1 for some time now and came across Django Debug Toolbar just the other day. It looks really useful and I\'m really eager to try some stuff out.
I keep hitting an error when trying to use django-debug-toolbar and django-cms together. \"MpttMeta has no attribute \'class\'\"
I am having issues trying to get the django-debug-toolbar up and running. I have all of the necessary info added to INSTALLED_APPS, MIDDLEWARE_CLASSES, and my ip is in the INTERNAL_IPS tuple. I have r
I\'m using the django-debug-toolbar, and when I try to save something in a blob field I get: DjangoUnicodeDecodeError
I have a simple question. I am trying to design a simple Android app, which based on keywords searches something and shows a listing view of results. Currently it merely searches SMSes in the cellphon