mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +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
|
||||
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 New Issue
Block a user