Re: Django profiling logs (Like rails Mongrel logs) ?

2009-08-04 Thread Kedare
Thanks but I tried it a lot of time, I always found it really buggy (it show itself for every ip and don't use INTERNAL_IPS... i don't know why, all other modules that us INTERNAL_IPS on my website works fine), and it don't fit very nicely on my template (at the bottom without any interation

Re: Django profiling logs (Like rails Mongrel logs) ?

2009-08-03 Thread Malcolm Tredinnick
On Mon, 2009-08-03 at 22:05 -0700, Kedare wrote: > Hello, > Is there any wait to implement the same kind of logging that Rails > provide, by example : > > Processing BlogController#list (for 127.0.0.1 at 2007-02-23 > 00:58:56) [GET] > Parameters: {"action"=>"list", "controller"=>"blog"}

Django profiling logs (Like rails Mongrel logs) ?

2009-08-03 Thread Kedare
Hello, Is there any wait to implement the same kind of logging that Rails provide, by example : Processing BlogController#list (for 127.0.0.1 at 2007-02-23 00:58:56) [GET] Parameters: {"action"=>"list", "controller"=>"blog"} SELECT * FROM posts ORDER BY created_on LIMIT 10