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

This version

1.2.2

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

Uploaded Source

Built Distribution

django_easy_audit-1.2.2-py3-none-any.whl (36.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-easy-audit-1.2.2.tar.gz
  • Upload date:
  • Size: 26.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for django-easy-audit-1.2.2.tar.gz
Algorithm Hash digest
SHA256 86e84910bb21928018d8f31a0eed003bf4adfde6dff345bab1bd7a4429868d0a
MD5 0dc1cae5514dc8dd7b178d05d03986b0
BLAKE2b-256 c16557cec32a5686c049c0151f1ed796bb47f9c03ba3aaff6db917ff3f6996d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_easy_audit-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.5

File hashes

Hashes for django_easy_audit-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e9a0c88fbd802da08f84b1d4c49ae99c7cfb46b025be635f1b2ddf8abf7b3613
MD5 1e0f4c3212dc198b337b2da1f79bf67f
BLAKE2b-256 b83835cf52536b07dbdeb60e3bd88b7046110ff552db9e5ba5ae1627c17efffc

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