helps if you press the 'save' button
This commit is contained in:
parent
7fa1747b38
commit
f418139ae1
1 changed files with 2 additions and 1 deletions
|
|
@ -50,8 +50,9 @@ TWITTER_KEY = 'your_key'
|
||||||
TWITTER_SECRET = 'your_secret'
|
TWITTER_SECRET = 'your_secret'
|
||||||
|
|
||||||
LOGIN_URL='/your_url_extension/login'
|
LOGIN_URL='/your_url_extension/login'
|
||||||
LOGIN_REDIRECT_URL='/'
|
|
||||||
LOGOUT_URL='/your_url_extension/logout'
|
LOGOUT_URL='/your_url_extension/logout'
|
||||||
|
|
||||||
|
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