mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 19:08:15 +03:00
Fix a typo in production.py
This commit is contained in:
parent
35b2aac87a
commit
00ff5c8506
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user