django-db-log 4 days ago
The question came up today, if there was a database logging solution available for Django. It turned out (to my knowledge) there wasn't. So I quickly came up with django-db-log. It's a simply middleware which will catch exceptions in Django, and log them to the database, a...