Re: Tweepy Not Displaying

2012-03-29 Thread Tom Evans
On Wed, Mar 28, 2012 at 11:56 PM, coded kid wrote: > Hi guys, I want to display user’s timeline in my django app but it’s > not working. It only display a white blank page! I’m using Tweepy. > Below are my codes: > > Views.py > > import tweepy > > def tweetstream(request): >    consumer_key=""

Re: Tweepy Not Displaying

2012-03-28 Thread creecode
Hello coded kid, On Wednesday, March 28, 2012 3:56:12 PM UTC-7, coded kid wrote: > > Template: > > {% for status in status %} > That bit looks like it might cause trouble. You are assigning status to status. Normally you'd want something like... {% for status in statuses %} or {% for

Tweepy Not Displaying

2012-03-28 Thread coded kid
Hi guys, I want to display user’s timeline in my django app but it’s not working. It only display a white blank page! I’m using Tweepy. Below are my codes: Views.py import tweepy def tweetstream(request): consumer_key="" consumer_secret="XXX" access_token="XXX" access_token_s