corrections to README.markdown
This commit is contained in:
parent
f418139ae1
commit
38081bee02
1 changed files with 3 additions and 0 deletions
|
|
@ -47,12 +47,15 @@ After you've done that, specify the following urlconf in your root urls.py:
|
||||||
Add the following settings to settings.py:
|
Add the following settings to settings.py:
|
||||||
|
|
||||||
TWITTER_KEY = 'your_key'
|
TWITTER_KEY = 'your_key'
|
||||||
|
|
||||||
TWITTER_SECRET = 'your_secret'
|
TWITTER_SECRET = 'your_secret'
|
||||||
|
|
||||||
LOGIN_URL='/your_url_extension/login'
|
LOGIN_URL='/your_url_extension/login'
|
||||||
|
|
||||||
LOGOUT_URL='/your_url_extension/logout'
|
LOGOUT_URL='/your_url_extension/logout'
|
||||||
|
|
||||||
LOGIN_REDIRECT_URL='/'
|
LOGIN_REDIRECT_URL='/'
|
||||||
|
|
||||||
LOGOUT_REDIRECT_URL='/'
|
LOGOUT_REDIRECT_URL='/'
|
||||||
|
|
||||||
Restart your Django app, and it should all work auto-magically. Build onwards from here if you're
|
Restart your Django app, and it should all work auto-magically. Build onwards from here if you're
|
||||||
|
|
|
||||||
Reference in a new issue