You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ Using
68
68
69
69
The library provides a Python wrapper around the Twitter API and the Twitter data model.
70
70
71
+
----
72
+
Using with Django
73
+
----
74
+
75
+
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
76
+
71
77
-----
72
78
Model
73
79
-----
@@ -124,12 +130,6 @@ There are many more API methods, to read the full API documentation::
124
130
$ pydoc twitter.Api
125
131
126
132
127
-
----
128
-
Using with Django
129
-
----
130
-
131
-
132
-
See the django template tags available for use with python-twitter: https://github.com/radlws/python-twitter-django-tags
0 commit comments