add console.EmailBackend to dev settings
This commit is contained in:
parent
1de8a9aaf6
commit
e51792f344
@ -28,3 +28,5 @@ DEBUG_TOOLBAR_PATCH_SETTINGS = False
|
||||
INSTALLED_APPS += (
|
||||
'debug_toolbar',
|
||||
)
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
Loading…
x
Reference in New Issue
Block a user