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


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-mongo-0.0.3.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_easy_audit_mongo-0.0.3-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file django-easy-audit-mongo-0.0.3.tar.gz.

File metadata

  • Download URL: django-easy-audit-mongo-0.0.3.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for django-easy-audit-mongo-0.0.3.tar.gz
Algorithm Hash digest
SHA256 421c2bd37e10dba1a0951f4b1665b703b151f95352c48485d3b756f3a19b07e9
MD5 b77060efac617a3d8c57b59de901062a
BLAKE2b-256 cc1fdb909dccb0ed560ac78c9d89a7ef595246aea2c688e27afc8c6600b6a9b3

See more details on using hashes here.

File details

Details for the file django_easy_audit_mongo-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: django_easy_audit_mongo-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for django_easy_audit_mongo-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d049f886210648dd55957953fddd18665db800e195c6d506dd7ff93e7321d05e
MD5 6d3641e56858fd428fa1f1845f59abb6
BLAKE2b-256 188872c7e27104a4181d86d5c2efe2e872d277e9321b8d94f5a34274a63caa0d

See more details on using hashes here.

Supported by

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