nside_wefa.audit.builtinΒΆ

Built-in audit event sources for the rest of the WeFa toolkit.

Each source lives in its own submodule and is gated on: 1. its source app being in INSTALLED_APPS (so the audit app stays

installable standalone), and

  1. its name being listed in NSIDE_WEFA.AUDIT.BUILTIN_SOURCES (default: all of them).

Adding a new source is a two-line change: define an install() function in a new submodule and add its name to KNOWN_SOURCES.

Functions

install_builtin_sources()

Wire the configured built-in sources.

Modules

auth

Audit source for django.contrib.auth.

legal_consent

Audit source for nside_wefa.legal_consent.

locale

Audit source for nside_wefa.locale.