mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-17 20:11:06 +00:00
7 lines
122 B
Python
7 lines
122 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class AuditlogConfig(AppConfig):
|
||
|
|
name = 'auditlog'
|
||
|
|
verbose_name = "Audit log"
|