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 “easyauditfarrux” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'easyauditfarrux',
    ]
  2. Add easyauditfarrux’s middleware to your MIDDLEWARE (or MIDDLEWARE_CLASSES) setting like this:

    MIDDLEWARE = (
        ...
        'easyauditfarrux.middleware.easyaudit.EasyAuditMiddleware',
    )
  3. Run ‘python manage.py migrate easyauditfarrux’ 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

easy-audit-farrux-0.0.1.tar.gz (21.2 kB view details)

Uploaded Source

File details

Details for the file easy-audit-farrux-0.0.1.tar.gz.

File metadata

  • Download URL: easy-audit-farrux-0.0.1.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for easy-audit-farrux-0.0.1.tar.gz
Algorithm Hash digest
SHA256 24d41a07d410ad238970658b092bbce784b61646ff3d20b8e14acf05065b7c67
MD5 6364497972729364fd809e2559b336bd
BLAKE2b-256 84272d8b158e688f4828070ef78d2dd07102059facf692d706bc5ceebdeebc8f

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