mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-17 06:30:27 +00:00
7 lines
176 B
Python
7 lines
176 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuditlogConfig(AppConfig):
|
|
name = "auditlog"
|
|
verbose_name = "Audit log"
|
|
default_auto_field = "django.db.models.AutoField"
|