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?
Just installed django-db-log module and trying to make it work properly. ‘python manage.py syncdb’
Share
thank your for your workaround, I had the same problem that my admin interface didn’t show djangodblog tables.
Although I have installed the recent django_db_log-1.5.0-py2.6.egg with Django 1.1.1 version.
I moved the created djangodblog directory into my Django project dir, then my admin interface shows the djangodblog tables.
Thank you and best regards.