We don't have it set up like this on our machines and if you don't have
redis running, then this causes a bunch of odd problems.

Better to nix it from the docs.
This commit is contained in:
Will Kahn-Greene 2012-10-12 17:56:35 -04:00
Родитель e55e8bfdd9
Коммит ba9dd9fa1f
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -148,7 +148,6 @@ Start by creating a file named ``settings_local.py`` in the
}
}
CACHE_MACHINE_USE_REDIS = True
CACHE_MIDDLEWARE_ALIAS = 'default'
CACHE_MIDDLEWARE_KEY_PREFIX = ''
CACHE_MIDDLEWARE_SECONDS = 600

Просмотреть файл

@ -132,7 +132,6 @@ For local development you will want to add the following settings::
}
CACHE_BACKEND = 'caching.backends.memcached://localhost:11211'
CACHE_MACHINE_USE_REDIS = True
CACHE_MIDDLEWARE_ALIAS = 'default'
CACHE_MIDDLEWARE_KEY_PREFIX = ''
CACHE_MIDDLEWARE_SECONDS = 600