mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-26 11:00:28 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AuditlogTestConfig(AppConfig):
|
|
name = "auditlog_tests"
|