DISQUS

David Cramer's Blog: django-db-log

  • kevin · 1 year ago
    you're the man Dan ... you turned my question into a functioning solution around in about 20 mins (probably less). awesome.
  • robert · 1 year ago
    Hello!!!

    I supose you already know django-logging:

    http://code.google.com/p/django-logging/wiki/Ov...

    I think is a different purpose application, but this could do the job, and in some situations is even better to write objects to the filesystem than the database.

    r.
  • David Cramer · 1 year ago
    Ya that's a different purpose, but also seems useful :)

    (I don't actually plan to use DB logging, I simply built this on request)
  • robert · 1 year ago
    Hey David!

    I saw it later ... seems incredibly smart, and fast !!!

    r.
  • Andreas · 1 year ago
    "The question came up today"

    Haha, that question comes up EVERYDAY on the irc channel
  • sean · 1 year ago
    it seems quite useful, thanks
  • Beshr · 1 year ago
    Cool!
    practical and simple + smart :)
    Thank you