Další neúspěšný pokus

This commit is contained in:
MaM Web user 2021-09-07 19:07:24 +02:00
parent 3004e7fdcb
commit 68b336fe64

View file

@ -262,7 +262,7 @@ LOGGING = {
'filters': ['Http404AsInfo'],
},
'django.security.csrf': {
'handlers': [], # vyřeší propagace?
'handlers': ['console'], # ??
'level': 'DEBUG',
'filters': ['StripSensitiveFormData'],
},