Skip to main content

A fork of yet another Django audit log app - django-easy-audit.

Project description

This is a fork of yet another Django audit log app https://github.com/soynatan/django-easy-audit .

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

sparing-easy-audit-1.2.tar.gz (25.2 kB view details)

Uploaded Source

Built Distribution

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

sparing_easy_audit-1.2-py3-none-any.whl (32.1 kB view details)

Uploaded Python 3

File details

Details for the file sparing-easy-audit-1.2.tar.gz.

File metadata

  • Download URL: sparing-easy-audit-1.2.tar.gz
  • Upload date:
  • Size: 25.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for sparing-easy-audit-1.2.tar.gz
Algorithm Hash digest
SHA256 d3c9f527a352915d348a2e6197b8af962d271ab42ac7adba60bb49ba7f926cb1
MD5 5ad51f4d5046fe26d253689bb4aa2142
BLAKE2b-256 732b15ed49234744b14673912ecc07ecb0ff51a2f4688efcebb28da86e42e69f

See more details on using hashes here.

File details

Details for the file sparing_easy_audit-1.2-py3-none-any.whl.

File metadata

  • Download URL: sparing_easy_audit-1.2-py3-none-any.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for sparing_easy_audit-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 82aba7846c9e9e475b58f2fb7118585354cf77af33a249c6a734756dd286580d
MD5 9940cfb976f503980b5d83fbb429899c
BLAKE2b-256 1d4aadc77482a26f36b62952942e18bb56f81fc5246cf88a55b169ae11ca4c8c

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