Metadata-Version: 2.4
Name: apis-acdhch-django-auditlog
Version: 0.2.1
Summary: Django auditlog integration for ACDHCH APIS instances
Project-URL: source, https://github.com/acdh-oeaw/apis-acdhch-django-auditlog
Project-URL: changelog, https://github.com/acdh-oeaw/apis-acdhch-django-auditlog/blob/main/CHANGELOG.md
Project-URL: issues, https://github.com/acdh-oeaw/apis-acdhch-django-auditlog/issues
Author-email: Birger Schacht <birger.schacht@oeaw.ac.at>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: django-auditlog>=3.0.0
Requires-Dist: django>=5
Description-Content-Type: text/markdown

# apis_acdhch_django_auditlog

Auditlog integration for APIS apps at the ACDH-CH at the OEAW

# Installation

Add `apis_acdhch_django_auditlog` to your `INSTALLED_APPS`.
Include the apis-acdhch-django-auditlog urls in your `urls.py`:
```
urlpatterns += [path("", include("apis_acdhch_django_auditlog.urls")),]
```
