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
    Rendering blog/list
    Cached page: /blog/list.html (0.00000)
    Completed in 0.18700 (5 reqs/sec) | Rendering: 0.10900 (58%) | DB:
0.00000 (0%) | 200 OK [http://localhos//blog/list]

I can't find any plugin to provide that...
I find that kind of thing very useful to understand what can be the
bad query or caching strategy, are Django developpers plaining to add
a features like that ?

Thank you :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to