Metadata-Version: 2.1
Name: apis-acdhch-django-auditlog
Version: 0.2.0
Summary: Django auditlog integration for ACDHCH APIS instances
License: MIT
Author: Birger Schacht
Author-email: birger.schacht@oeaw.ac.at
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: django-auditlog (>=3.0.0,<4.0.0)
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")),]
```

