Skip to content

Provides configurable logging of CrUD events (not read) for django models.

Notifications You must be signed in to change notification settings

JivanAmara/django-audit-logging

Folders and files

NameName
Last commit message
Last commit date
Jul 17, 2017
May 4, 2017
May 31, 2017
May 29, 2017
Jun 12, 2017
May 4, 2017
May 31, 2017
May 29, 2017

Repository files navigation

Add 'audit_logging' to INSTALLED_APPS. Set AUDIT_MODELS to the models you want audited with the names you want them to be given in logging output: AUDIT_MODELS = [ ('geonode.base.models.ContactRole', 'contactrole'), ('geonode.documents.models.Document', 'document'), ('geonode.layers.models.Layer', 'layer'), ('geonode.maps.models.Map', 'map), ] Set AUDIT_FILE_EVENTS to True (default) or False for file creation/read/write event logging.

About

Provides configurable logging of CrUD events (not read) for django models.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages