diff options
| author | Adam Chainz <me@adamj.eu> | 2016-12-28 19:42:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-28 19:43:01 -0500 |
| commit | 755406f5ff888e91bacb26f63cbddf7c036793ca (patch) | |
| tree | 51aa8456060ebd99e077153f09b76335a850f761 /docs/topics | |
| parent | 5cf4894836bd537161df467890d9b986678a7937 (diff) | |
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 9683a44931..fc10025ce5 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -302,6 +302,8 @@ above example, if your server runs as the user ``apache``, make sure the directory ``/var/tmp/django_cache`` exists and is readable and writable by the user ``apache``. +.. _local-memory-caching: + Local-memory caching -------------------- |
