From 31225fcf968637e2e8e9e15677133898849feca2 Mon Sep 17 00:00:00 2001 From: Rad Date: Wed, 24 Dec 2014 13:55:25 -0500 Subject: [PATCH] added notes on django templatetags --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 74eeb262..0d6d1283 100644 --- a/README.rst +++ b/README.rst @@ -123,6 +123,14 @@ 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 ----