This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
twython-django/templates/tweets.html
Mike Helmick 30a57c7950 Fixed to work with Twython 3.0.0 or greater and cleanup
Added LICENSE
updated README
updated setup.py
PEP8'd stuff
2013-06-19 19:11:43 -04:00

3 lines
60 B
HTML

{% for tweet in tweets %}
{{ tweet.text }}
{% endfor %}