Skip to content

Commit

Permalink
doc byline
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Sephton committed Aug 11, 2011
1 parent c85986b commit 7be28cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -2,6 +2,8 @@ Django Google Search
==================== ====================
**Django Google custom search engine app.** **Django Google custom search engine app.**


Provides a simple tag rendering a Google Custom Search Engine input field and a view displaying search results.

.. contents:: Contents .. contents:: Contents
:depth: 5 :depth: 5


Expand All @@ -23,8 +25,8 @@ Installation
#. Optionally add ``"django.core.context_processors.request",`` to your ``TEMPLATE_CONTEXT_PROCESSORS`` setting, i.e.:: #. Optionally add ``"django.core.context_processors.request",`` to your ``TEMPLATE_CONTEXT_PROCESSORS`` setting, i.e.::


TEMPLATE_CONTEXT_PROCESSORS = ( TEMPLATE_CONTEXT_PROCESSORS = (
...other processors...
"django.core.context_processors.request", "django.core.context_processors.request",
...other processors...
) )




0 comments on commit 7be28cd

Please sign in to comment.