Skip to content

Commit

Permalink
Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer f…
Browse files Browse the repository at this point in the history
…or the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Jan 15, 2011
1 parent 8b4e39b commit 6c361ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/cache.txt
Expand Up @@ -400,7 +400,7 @@ of 60 seconds, and a maximum capacity of 1000 items::
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.filebased.FileCache',
'LOCATION': '127.0.0.1:11211',
'LOCATION': '/var/tmp/django_cache',
'TIMEOUT': 60,
'OPTIONS': {
'MAX_ENTRIES': 1000
Expand Down

0 comments on commit 6c361ec

Please sign in to comment.