условно работающий логгинг резервуара

This commit is contained in:
2024-01-22 20:17:06 +03:00
parent a5a77b864c
commit 8a7b15f093
8 changed files with 238 additions and 15 deletions

View File

@@ -51,7 +51,8 @@ INSTALLED_APPS = [
# custom apps
'users.apps.UsersConfig',
'index.apps.IndexConfig'
'index.apps.IndexConfig',
'logs_service'
]
MIDDLEWARE = [