Allow omission of EMAIL_GATEWAY_BOT and stream emails

(imported from commit 51412d2a46bbacd6537ef892e7b6bdf33ac94079)
This commit is contained in:
Leo Franchi
2013-11-12 10:19:38 -05:00
parent ab874ddc84
commit cc2d17d7c0
4 changed files with 30 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
'TWITTER_ACCESS_TOKEN_KEY': '',
'TWITTER_ACCESS_TOKEN_SECRET': '',
'EMBEDLY_KEY': '',
'EMAIL_GATEWAY_PATTERN': '',
'EMAIL_GATEWAY_BOT': None,
'EMAIL_GATEWAY_LOGIN': None,
'EMAIL_GATEWAY_PASSWORD': None,