Fix a typo in production.py

This commit is contained in:
Nikita P. Shupeyko 2018-05-07 20:33:34 +03:00
parent 35b2aac87a
commit 00ff5c8506
No known key found for this signature in database
GPG Key ID: 3A5F7A4EF20FB030

View File

@ -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 = {