Skip to content

Commit

Permalink
Update thirdparty.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 19, 2020
1 parent a0ad0b8 commit 1d372ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/thirdparty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ https://pypi.python.org/pypi/django-tenants/
You should use a custom cache config to make it work, configure something like this on the django cache.

.. code-block:: python
CACHES = {
...
"sitetree_cache": {
Expand All @@ -100,4 +101,5 @@ You should use a custom cache config to make it work, configure something like t
},
}
SITETREE_CACHE_NAME = "sitetree_cache"
SITETREE_CACHE_NAME = "sitetree_cache"

0 comments on commit 1d372ae

Please sign in to comment.