Install Django Easy Audit by running pip install django-easy-audit
.
Alternatively, you can download the latest release from GitHub, unzip it, and place the folder 'easyaudit' in the root of your project.
Add 'easyaudit' to your INSTALLED_APPS
like this:
INSTALLED_APPS = [
...
'easyaudit',
]
MIDDLEWARE
(or MIDDLEWARE_CLASSES
) setting like this:MIDDLEWARE = (
...
'easyaudit.middleware.easyaudit.EasyAuditMiddleware',
)
Run python manage.py migrate easyaudit
to create the app's models.
That's it! Now every CRUD event on your whole project will be registered in the audit models, which you will be able to query from the Django admin app. Additionally, this app will also log all authentication events and all URLs requested.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4