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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-easy-audit-1.3.3.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.3.tar.gz
Algorithm Hash digest
SHA256 109bc92c677577623e460f069ec2fa5f30ec3b8b1591752786b9a5e7bc01bff1
MD5 0413c68dfc0a69e132a6c6baeb6dd17e
BLAKE2b-256 44f9559a7edd543afd517740ac2f929a09ca6cf025536a26d0949172b217f86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_easy_audit-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4b98262df68adbb2351a1b2b31e8c657317d78b0d3cfe4162f5c1fb79c846bfc
MD5 b9124dc0abc322a2f742ed9f610ad4a3
BLAKE2b-256 2fe3719d13daa6789a5dc6a930203220936b5483a1f2982785d059deedcc0c30

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