Is there a way to time sql queries in Django?
I know there's such thing in dj debug toolbar but I just need to display time on my web-page.
Since I can get a number of queries with:
len(connection.queries)
Maybe there's a similar way to get the time?