Oh yeah, forgot to strip these...
This commit is contained in:
parent
95fb03d80c
commit
25eda807ab
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ from django.contrib.auth.decorators import login_required
|
|||
from twython import Twython
|
||||
from twitter.models import Profile
|
||||
|
||||
CONSUMER_KEY = "piKE9TwKoAhJoj7KEMlwGQ"
|
||||
CONSUMER_SECRET = "RA9IzvvzoLAFGOOoOndm1Cvyh94pwPWLy4Grl4dt0o"
|
||||
CONSUMER_KEY = "YOUR CONSUMER KEY HERE"
|
||||
CONSUMER_SECRET = "YOUR CONSUMER SECRET HERE"
|
||||
|
||||
def twitter_logout(request):
|
||||
logout(request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue