mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 13:28:18 +00:00
integrating c00eae724e358e17eef2e0ad885fbb4aadba2f55 which provides a more saner default for handling email in development
This commit is contained in:
parent
fd309e29f9
commit
172036f8f3
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ class Local(Common):
|
|||
########## Mail settings
|
||||
EMAIL_HOST = "localhost"
|
||||
EMAIL_PORT = 1025
|
||||
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
|
||||
########## End mail settings
|
||||
|
||||
########## django-debug-toolbar
|
||||
|
|
|
|||
Loading…
Reference in a new issue