mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
refs #9: added a line in the docs showing how to disable the use of the smart cache
This commit is contained in:
parent
b98e675f57
commit
95a7dc5e92
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue