Skip to content

Commit

Permalink
Now listing the correct context processor in the docs. Fixes #367.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardopires committed Oct 1, 2016
1 parent cc437ed commit 0a9583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If the hostname in the request does not match a valid tenant ``domain_url``, a H
#...
)
Make sure you have ``django.core.context_processors.request`` listed under ``TEMPLATE_CONTEXT_PROCESSORS`` else the tenant will not be available on ``request``.
Make sure you have ``django.template.context_processors.request`` (``django.core.context_processors.request`` if you're on Django 1.8) listed under ``TEMPLATE_CONTEXT_PROCESSORS`` else the tenant will not be available on ``request``.

.. code-block:: python
Expand Down

0 comments on commit 0a9583e

Please sign in to comment.