add tests

This commit is contained in:
imperosol
2026-06-05 00:25:47 +02:00
parent 9c89bde9a0
commit 3711bb3959
8 changed files with 341 additions and 52 deletions
+4
View File
@@ -270,6 +270,10 @@ LOGGING = {
},
},
"loggers": {
"django.db.backends": {
"level": "DEBUG",
"handlers": ["log_to_stdout"],
},
"main": {
"handlers": ["log_to_stdout"],
"level": "INFO",