Commit 5584b37b authored by Martey Dodoo's avatar Martey Dodoo

Fix code formatting in README.

Make sure that Python code in README shows up properly.
parent a6d219cf
...@@ -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