django-auditlog/auditlog_tests/apps.py
Alieh Rymašeŭski 7801239387 Blacken the code
2021-06-24 13:04:48 +03:00

5 lines
101 B
Python

from django.apps import AppConfig
class AuditlogTestConfig(AppConfig):
name = "auditlog_tests"