Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import os
  2. from base import *
  3.  
  4. // these ones were deleted for security reasons
  5.  
  6.  
  7. SECRET_KEY = ''
  8.  
  9. RECAPTCHA_PUBLIC_KEY = ''
  10. RECAPTCHA_PRIVATE_KEY = ''
  11.  
  12.  
  13. #email settings
  14. EMAIL_USE_TLS = True
  15. EMAIL_HOST=''
  16. EMAIL_HOST_USER=''
  17. EMAIL_HOST_PASSWORD=''
  18. EMAIL_PORT=587
  19. EMAIL_BACKEND = ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement