Commit 9bf25f77 authored by Sean Bleier's avatar Sean Bleier

Merge pull request #73 from martey/rst-code-formatting

Fix code formatting in README.
parents a6d219cf 5584b37b
...@@ -73,7 +73,9 @@ Usage ...@@ -73,7 +73,9 @@ Usage
1. Run ``pip install django-redis-cache``. 1. Run ``pip install django-redis-cache``.
2. Modify your Django settings to use ``redis_cache`` : 2. Modify your Django settings to use ``redis_cache``.
.. code:: python
# When using TCP connections # When using TCP connections
CACHES = { CACHES = {
......
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