March 2020
Intermediate to advanced
608 pages
17h 17m
English
The following procedure will send detailed emails about errors to you:
# myproject/settings/production.pyLOGGING = { 'version': 1, 'disable_existing_loggers': False, 'filters': { 'require_debug_false': { '()': 'django.utils.log.RequireDebugFalse', }, 'require_debug_true': { '()': 'django.utils.log.RequireDebugTrue' ...