diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-06 15:29:55 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-06 15:29:55 +0700 |
| commit | 7cfed1e19f2e340d966ed2068176d21a0e8e9834 (patch) | |
| tree | ec9077cb4f89d23378ef09f9da0adb7135548081 /auditlog/models/__init__.py | |
| parent | 4b3b2d8b1a9a7a72fbe3d623e93dea3802ef0e56 (diff) | |
add audit log
Diffstat (limited to 'auditlog/models/__init__.py')
| -rw-r--r-- | auditlog/models/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auditlog/models/__init__.py b/auditlog/models/__init__.py new file mode 100644 index 0000000..75e7754 --- /dev/null +++ b/auditlog/models/__init__.py @@ -0,0 +1,8 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import rule +from . import http_session +from . import http_request +from . import log +from . import auditlog_log_line_view +from . import autovacuum |
