ver 5
This commit is contained in:
parent
bcf2bc58dd
commit
6cb2211e8f
Binary file not shown.
@ -159,7 +159,7 @@ STATICFILES_DIRS = [
|
||||
# Email
|
||||
EMAIL_BACKEND = os.getenv(
|
||||
"EMAIL_BACKEND",
|
||||
"django.core.mail.backends.smtp.EmailBackend"
|
||||
"django.core.mail.backends.console.EmailBackend"
|
||||
)
|
||||
EMAIL_HOST = os.getenv("EMAIL_HOST", "127.0.0.1")
|
||||
EMAIL_PORT = int(os.getenv("EMAIL_PORT", "587"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user