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.3b3.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

django_easy_audit-1.3.3b3-py3-none-any.whl (40.7 kB view details)

Uploaded Python 3

File details

Details for the file django-easy-audit-1.3.3b3.tar.gz.

File metadata

  • Download URL: django-easy-audit-1.3.3b3.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for django-easy-audit-1.3.3b3.tar.gz
Algorithm Hash digest
SHA256 8d1cb9bb5cb92308f26a75807e5fd44b37215d71c5b54787e8bbfa8cbf6daebf
MD5 35fb964b13d219b5935882047ea3f4e3
BLAKE2b-256 2ad57a9a15de059944766aa7f0757f11181aca148aec01ab5708824ad32aff5e

See more details on using hashes here.

File details

Details for the file django_easy_audit-1.3.3b3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_easy_audit-1.3.3b3-py3-none-any.whl
Algorithm Hash digest
SHA256 3fe69089818ce1e245fcb67d31ba4a794d83ec518eacbb3ce23ba885bbcc276e
MD5 baf19fed7622db93481846c1ae4d6df3
BLAKE2b-256 78a31570a45da2a66cfb99bde9a6657e2e51877cacba05d6ecb2ddde535e3972

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