Commit 4be5639c authored by blackbrrr's avatar blackbrrr

updated README

parent e830560a
...@@ -20,10 +20,10 @@ of losing some data, but for most purposes this is acceptable. ...@@ -20,10 +20,10 @@ of losing some data, but for most purposes this is acceptable.
Usage Usage
----- -----
1. Place ``redis_cache.py`` on your python path. 1. Place ``redis_cache.py`` on your Python path.
2. Modify your Django settings to use ``redis_cache`` :: 2. Modify your Django settings to use ``redis_cache`` ::
CACHE_BACKEND = 'path.to.redis_cache://<host>:<port>' CACHE_BACKEND = 'redis_cache.cache://<host>:<port>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment