Ajoute le backend 'console' pour les mails en dev.

This commit is contained in:
Martin Pépin 2016-06-10 00:49:04 +02:00
parent 15fdf4f5f9
commit 34fc334987

View file

@ -15,6 +15,7 @@ import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/