mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-16 11:33:11 +00:00
6 lines
108 B
Python
6 lines
108 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class CustomLogEntryConfig(AppConfig):
|
||
|
|
name = "custom_logentry_app"
|