django-auditlog/auditlog_tests/apps.py
Alieh Rymašeŭski 47a268eef9 Clean up project structure
Cherry-picking ee8a700b1b
2020-11-12 16:15:05 +03:00

5 lines
101 B
Python

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