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