""" Configuration of logs app. """ from django.apps import AppConfig class LogsConfig(AppConfig): """Configuration of logs app.""" name = "logs"