refs #9: added a line in the docs showing how to disable the use of the smart cache

This commit is contained in:
Jason Ward 2012-09-26 17:44:01 -04:00
parent b98e675f57
commit 95a7dc5e92

View file

@ -32,6 +32,11 @@ context processors::
'django.core.context_processors.request',
)
django-authority defaults to using a smart cache when checking permissions.
This can be disabled by adding the following line to ``settings.py``::
AUTHORITY_USE_SMART_CACHE = False
urls.py
=======