资 源 简 介
Django-analyzer is a Django middleware that logs requests, including time and date, uri, POST data, and logged in user.
Place the django_analyzer folder in the root of your project, add it to INSTALLED_APPS your settings.py, and then run manage.py syncdb to create the tables necessary for logging requests.
This project has moved to https://github.com/tiemonster/django-analyzer