mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuditlogConfig(AppConfig):
|
|
name = 'auditlog'
|
|
verbose_name = "Audit log"
|