Notification emails #80

Merged
Oleg-Komarov merged 31 commits from notifications into main 2024-04-18 16:11:20 +02:00
Showing only changes of commit 6deef8bcd8 - Show all commits

View File

@ -193,9 +193,9 @@ LOGGING = {
},
},
'loggers': {
'django': {'level': 'WARNING'},
'django': {'level': 'INFO'},
},
'root': {'level': 'WARNING', 'handlers': ['console']},
'root': {'level': 'INFO', 'handlers': ['console']},
}
PIPELINE = {