Skip to content

Commit

Permalink
Readme clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Nov 10, 2009
1 parent fcb9cae commit 3169517
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Django Social Bookmarking
=========================

.. contents:: Table of Contents

A common use case in building applications is to provide links to social
networking services. There are other Django apps that do this already, but they
suffer from having the links stored statically and/or have licenses we can't use
Expand Down Expand Up @@ -61,6 +63,11 @@ At the top of your page::
{% show_bookmarks object.title 'full-http-path-to-object' object.description %}
-- or --
{% show_bookmarks object.title object object.description %}
**Note**: The ``object.description`` field is optional.

----
Expand Down
1 change: 0 additions & 1 deletion social_bookmarking/templatetags/social_bookmarking_tags.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os.path
from sys import stderr

from django.template import Library
Expand Down

0 comments on commit 3169517

Please sign in to comment.