How to add django-db-log models to admin panel?

Posted by Enchantner on Stack Overflow See other posts from Stack Overflow or by Enchantner
Published on 2009-12-02T05:55:27Z Indexed on 2010/05/20 7:30 UTC
Read the original article Hit count: 196

Filed under:
|

Just installed django-db-log module and trying to make it work properly. 'python manage.py syncdb' command created databases, it seems like logging works, but there is nothing about it in admin panel. As I found in documentation, it should add itself in admin panel without any additional configuration, but then I added 'djangodblog.middleware.DBLogMiddleware' in MIDDLEWARE_CLASSES and 'djangodblog' in INSTALLED_APPS it looks like nothing happens. What I'm doing wrong?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin