This repository was archived by the owner on Jun 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 153153SOCIAL_AUTH_GOOGLE_OAUTH2_USE_DEPRECATED_API = True
154154
155155#twitter settings
156- TWITTER_APP_KEY = config ('TWITTER_APP_KEY' , default = '' )
157- TWITTER_APP_SECRET = config ('TWITTER_APP_SECRET' , default = '' )
158- TWITTER_OAUTH_TOKEN = config ('TWITTER_OAUTH_TOKEN' , default = '' )
159- TWITTER_OAUTH_TOKEN_SECRET = config ('TWITTER_OAUTH_TOKEN_SECRET' , default = '' )
156+ TWITTER_APP_KEY = config ('TWITTER_APP_KEY' , default = '' )
157+ TWITTER_APP_SECRET = config ('TWITTER_APP_SECRET' , default = '' )
158+ TWITTER_OAUTH_TOKEN = config ('TWITTER_OAUTH_TOKEN' , default = '' )
159+ TWITTER_OAUTH_TOKEN_SECRET = config ('TWITTER_OAUTH_TOKEN_SECRET' , default = '' )
160160
161161
162- MEETUP_API_KEY = config ('MEETUP_API_KEY' )
163- MEETUP_GROUP_URLNAME = 'Belo-Horizonte-Python-User-Group'
162+ MEETUP_API_KEY = config ('MEETUP_API_KEY' , default = ' ' )
163+ MEETUP_GROUP_URLNAME = 'Belo-Horizonte-Python-User-Group'
You can’t perform that action at this time.
0 commit comments