Add twitter settings example
This commit is contained in:
parent
7fe3af0115
commit
21fc5ef8e7
1 changed files with 5 additions and 0 deletions
|
|
@ -203,6 +203,11 @@ REDDIT_CLIENT_ID = "CLIENT_ID"
|
||||||
REDDIT_CLIENT_SECRET = "CLIENT_SECRET"
|
REDDIT_CLIENT_SECRET = "CLIENT_SECRET"
|
||||||
REDDIT_REDIRECT_URL = "http://127.0.0.1:8000/accounts/settings/reddit/callback/"
|
REDDIT_REDIRECT_URL = "http://127.0.0.1:8000/accounts/settings/reddit/callback/"
|
||||||
|
|
||||||
|
# Twitter integration
|
||||||
|
TWITTER_CONSUMER_ID = "CONSUMER_ID"
|
||||||
|
TWITTER_CONSUMER_SECRET = "CONSUMER_SECRET"
|
||||||
|
TWITTER_REDIRECT_URL = "http://127.0.0.1:8000/accounts/settings/twitter/callback/"
|
||||||
|
|
||||||
# Third party settings
|
# Third party settings
|
||||||
AXES_HANDLER = "axes.handlers.cache.AxesCacheHandler"
|
AXES_HANDLER = "axes.handlers.cache.AxesCacheHandler"
|
||||||
AXES_CACHE = "axes"
|
AXES_CACHE = "axes"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue