Re: connection.queries show no queries

2009-11-17 Thread Jani Tiainen
On Tue, 2009-11-17 at 16:15 -0800, Continuation wrote: > I'm running a django project (actually a Pinax project) on the > development server. > > At my settings.py I made sure DEBUG = True > > Then I hit a few pages that for sure resulted in hitting the database. > > Then I did "python manage.py

Re: connection.queries show no queries

2009-11-17 Thread Karen Tracey
On Tue, Nov 17, 2009 at 7:15 PM, Continuation wrote: > I'm running a django project (actually a Pinax project) on the > development server. > > At my settings.py I made sure DEBUG = True > > Then I hit a few pages that for sure resulted in hitting the database. > > Then I did "python manage.py she

connection.queries show no queries

2009-11-17 Thread Continuation
I'm running a django project (actually a Pinax project) on the development server. At my settings.py I made sure DEBUG = True Then I hit a few pages that for sure resulted in hitting the database. Then I did "python manage.py shell" to bring up the interactive console. Next I tried to look at t