settings: do not send broken links emails

This commit is contained in:
Benjamin Dauvergne 2013-06-24 14:47:58 +02:00
parent 0123c4e678
commit 3c8a3fdc58
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ ADMINS = (
MANAGERS = ADMINS
SEND_BROKEN_LINK_EMAILS=False
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
('django.template.loaders.cached.Loader', (