From 00ff5c8506f3a100addd84eb25bf340c8a01ea18 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 7 May 2018 20:33:34 +0300 Subject: [PATCH] Fix a typo in production.py --- {{cookiecutter.project_slug}}/config/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/config/settings/production.py b/{{cookiecutter.project_slug}}/config/settings/production.py index e1c6de89..24df1886 100644 --- a/{{cookiecutter.project_slug}}/config/settings/production.py +++ b/{{cookiecutter.project_slug}}/config/settings/production.py @@ -245,7 +245,7 @@ RAVEN_CONFIG = { # See: https://docs.djangoproject.com/en/dev/ref/settings/#logging # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to -# the site admins bon every HTTP 500 error when DEBUG=False. +# the site admins on every HTTP 500 error when DEBUG=False. # See https://docs.djangoproject.com/en/dev/topics/logging for # more details on how to customize your logging configuration. LOGGING = {