Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 504 Gateway Time-out
  2.  
  3. nginx/1.10.2
  4.  
  5. EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
  6. AUTH_USER_EMAIL_UNIQUE = True
  7. EMAIL_HOST = 'smtp.yandex.ru'
  8. EMAIL_PORT = 465
  9. EMAIL_HOST_USER = 'my_mail'
  10. EMAIL_HOST_PASSWORD = 'my_pass'
  11. EMAIL_USE_TLS = True
  12. DEFAULT_FROM_EMAIL = ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement