Oh yeah, forgot to strip these...

This commit is contained in:
Ryan McGrath 2010-10-17 01:44:49 -04:00
parent 95fb03d80c
commit 25eda807ab

View file

@ -7,8 +7,8 @@ from django.contrib.auth.decorators import login_required
from twython import Twython from twython import Twython
from twitter.models import Profile from twitter.models import Profile
CONSUMER_KEY = "piKE9TwKoAhJoj7KEMlwGQ" CONSUMER_KEY = "YOUR CONSUMER KEY HERE"
CONSUMER_SECRET = "RA9IzvvzoLAFGOOoOndm1Cvyh94pwPWLy4Grl4dt0o" CONSUMER_SECRET = "YOUR CONSUMER SECRET HERE"
def twitter_logout(request): def twitter_logout(request):
logout(request) logout(request)