From a9bbc654c5fe3d277cc195b19d00f0f433822507 Mon Sep 17 00:00:00 2001 From: Rad Date: Wed, 24 Dec 2014 13:59:59 -0500 Subject: [PATCH] Moved section up to usage --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0d6d1283..34300fbe 100644 --- a/README.rst +++ b/README.rst @@ -68,6 +68,12 @@ Using The library provides a Python wrapper around the Twitter API and the Twitter data model. +---- +Using with Django +---- + +Additional template tags that expand tweet urls and urlize tweet text. See the django template tags available for use with python-twitter: https://github.com/radlws/python-twitter-django-tags + ----- Model ----- @@ -124,12 +130,6 @@ There are many more API methods, to read the full API documentation:: $ pydoc twitter.Api ----- -Using with Django ----- - - -See the django template tags available for use with python-twitter: https://github.com/radlws/python-twitter-django-tags ---- Todo