mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
integrating c00eae724e
which provides a more saner default for handling email in development
This commit is contained in:
parent
fd309e29f9
commit
172036f8f3
|
@ -282,6 +282,7 @@ class Local(Common):
|
||||||
########## Mail settings
|
########## Mail settings
|
||||||
EMAIL_HOST = "localhost"
|
EMAIL_HOST = "localhost"
|
||||||
EMAIL_PORT = 1025
|
EMAIL_PORT = 1025
|
||||||
|
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
|
||||||
########## End mail settings
|
########## End mail settings
|
||||||
|
|
||||||
########## django-debug-toolbar
|
########## django-debug-toolbar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user