django-easyaudit-utils 0.0.6

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangoeasyauditutils 0.0.6

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

Install the package using:
pip install django-easyaudit-utils

Add “easyaudit_utils” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'easyaudit',
'easyaudit_utils',
...
]

Include the polls URLconf in your project urls.py like this:
path("easyaudit/", include("easyaudit_utils.urls", namespace="easyaudit_utils")),

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.