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 (or MIDDLEWARE_CLASSES) setting like this:

    MIDDLEWARE = (
        ...
        '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 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.

Project details


Release history Release notifications | RSS feed

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-1.3.4a3.tar.gz (30.6 kB view details)

Uploaded Source

Built Distribution

django_easy_audit-1.3.4a3-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file django-easy-audit-1.3.4a3.tar.gz.

File metadata

  • Download URL: django-easy-audit-1.3.4a3.tar.gz
  • Upload date:
  • Size: 30.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.6

File hashes

Hashes for django-easy-audit-1.3.4a3.tar.gz
Algorithm Hash digest
SHA256 0af80a1e9c934ee49db1bcf6aa81b1b10a0e90aa75d38126db3384151850b362
MD5 1db6443effa52ce76d5230cc2c9c8f1e
BLAKE2b-256 a4d63a4ac9f59bf9c0c727d682ff2631cbacd41238f63d9cfca28ab8c79e7d34

See more details on using hashes here.

File details

Details for the file django_easy_audit-1.3.4a3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_easy_audit-1.3.4a3-py3-none-any.whl
Algorithm Hash digest
SHA256 212bcb8bb8799307146511c29fdc5303def1b07d92a6dbbc7d9441c1a7237559
MD5 ab27e79102371f330ad2ab6f0b9a86d7
BLAKE2b-256 5adeebe61513ac5f6747a458023a92ee21a19f18494837c7a2a28133189f1b0e

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