mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Adding Configuration for Local environment for use e-mail in console. ref issue #43
This commit is contained in:
parent
b75729e322
commit
c00eae724e
|
@ -299,6 +299,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