Skip to content

Commit

Permalink
link with more example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Nov 3, 2017
1 parent 8c8091d commit d21cbdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ See `documentation`_.
.. _`documentation`: https://docs.djangoproject.com/en/1.11/topics/cache/#the-low-level-cache-api


Example Usage
=============

This blog post: `How to use django-cache-memoize`_

It demonstrates similarly to the above Usage example but with a little more
detail. In particular it demonstrates the difference between *not* using
``django-cache-memoize`` and then adding it to your code after.

.. _`How to use django-cache-memoize`: https://www.peterbe.com/plog/how-to-use-django-cache-memoize

Advanced Usage
==============

Expand Down

0 comments on commit d21cbdb

Please sign in to comment.