Skip to main content

A Django app to provide handy tools for django-easy-audit.

Project description

This is a simple Django app to provide hand views, analytics and tools for better handling data from easyaudit.

Detailed documentation is in the “docs” directory.

Quick start

  1. Install the package using:

    pip install django-easyaudit-utils
  2. Add “easyaudit_utils” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'easyaudit',
        'easyaudit_utils',
        ...
    ]
  3. Include the polls URLconf in your project urls.py like this:

    path("easyaudit/", include("easyaudit_utils.urls", namespace="easyaudit_utils")),

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-easyaudit-utils-0.0.6.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

django_easyaudit_utils-0.0.6-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

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