Skip to main content

Yet another Django audit log app, hopefully the simplest one.

Project description

Yet another Django audit log app, hopefully the simplest one.

Quick start

  1. Add “easyaudit” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'easyaudit',
    ]
  2. Add django-easy-audit’s middleware to your MIDDLEWARE_CLASSES setting like this:

    MIDDLEWARE_CLASSES = (
        ...
        'easyaudit.middleware.easyaudit.EasyAuditMiddleware',
    )
  3. Run ‘python manage.py migrate easyaudit’ to create the audit models.

  4. That’s it! Now every CRUD event on your whole project will be registered in the audit logs, which you will be able to query from the Django admin app. Additionally, this app will also log everytime a user logs in, out or fails to login.

Project details


Release history Release notifications | RSS feed

This version

0.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-easy-audit-0.7.tar.gz (17.0 kB view details)

Uploaded Source

File details

Details for the file django-easy-audit-0.7.tar.gz.

File metadata

File hashes

Hashes for django-easy-audit-0.7.tar.gz
Algorithm Hash digest
SHA256 2d6fdf87c68cf1c8ccdb4114128ffc70e5784abfea59b498662479e6fc40bb99
MD5 f04df5aa9c195920ef464a4bf4fe5da6
BLAKE2b-256 24e9ac5e9c7dceb766238e6eda466d90b8c75b3bd25abebed47cd5e47c3471de

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page