diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index d2d20a57..cb0a4f0e 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -694,7 +694,7 @@ LOGGING = { 'handlers': { 'null': { 'level': 'DEBUG', - 'class': 'django.utils.log.NullHandler', + 'class': 'logging.NullHandler', }, 'console': { # Set the level to "DEBUG" for verbose output logging.