Skip to content

Commit

Permalink
updated docs to reflect template context processor removal (dj-stripe#44
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kavdev committed Mar 9, 2015
1 parent b71e923 commit 496c6f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ Add ``djstripe`` to your ``INSTALLED_APPS``:
"djstripe",
)
Add the context processor to your ``TEMPLATE_CONTEXT_PROCESSORS``:

.. code-block:: python
TEMPLATE_CONTEXT_PROCESSORS +=(
'djstripe.context_processors.djstripe_settings',
)
Add your stripe keys:

.. code-block:: python
Expand Down

0 comments on commit 496c6f0

Please sign in to comment.