-
Notifications
You must be signed in to change notification settings - Fork 193
Settings
Natán edited this page Oct 19, 2017
·
5 revisions
Django Easy Audit allows some level of configuration. In your project's settings.py file, you can define the following settings:
-
DJANGO_EASY_AUDIT_WATCH_MODEL_EVENTSDefines whether to log model related events, such as when an object is created, updated, or deleted. Defaults to
True. -
DJANGO_EASY_AUDIT_WATCH_AUTH_EVENTSDefines whether to log user authentication events, such as logins, logouts and failed logins. Defaults to
True. -
DJANGO_EASY_AUDIT_WATCH_REQUEST_EVENTSDefines whether to log URL requests made to the project. Defaults to
True