TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails

Apart from the typo, the sentence was a bit tangled. I've changed just a bit to put it in grammatical shape.
This commit is contained in:
Tristano Ajmone 2015-03-01 10:57:26 +01:00
parent 491bb8c2e0
commit f83193fd37

View file

@ -496,7 +496,7 @@ DEBUG = False
# While true, show "pretty" error messages for template syntax errors.
TEMPLATE_DEBUG = DEBUG
# Emails are sent to these people if the above DEBUG value is False. If you'd
# rather nobody recieve emails, leave this commented out or empty.
# rather prefer nobody receives emails, leave this commented out or empty.
ADMINS = () #'Your Name', 'your_email@domain.com'),)
# These guys get broken link notifications when SEND_BROKEN_LINK_EMAILS is True.
MANAGERS = ADMINS