forked from DGNum/gestioCOF
Ajoute le backend 'console' pour les mails en dev.
This commit is contained in:
parent
15fdf4f5f9
commit
34fc334987
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue