mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-04 07:10:25 +00:00
4 lines
109 B
Python
4 lines
109 B
Python
import django
|
|
|
|
if django.VERSION < (3, 2):
|
|
default_app_config = "auditlog_tests.apps.AuditlogTestConfig"
|