Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ALLOWED_HOSTS = []
  2. EMAIL_HOST = ''
  3. EMAIL_HOST_USER = ''
  4. EMAIL_HOST_PASSWORD = ''
  5. EMAIL_PORT = 587
  6. EMAIL_USE_TLS = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement