Skip to content

Commit

Permalink
Remove requirement to insert cacheops to INSTALLED_APPS first
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed May 11, 2015
1 parent 380da20 commit 17ba853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -41,7 +41,7 @@ Setup
for old style settings see `2.1.1 README <https://github.com/Suor/django-cacheops/blob/2.1.1/README.rst#setup>`_.
Old format is still supported in cacheops 2.2+, but considered deprecated.

Add ``cacheops`` to your ``INSTALLED_APPS`` before any apps that use it.
Add ``cacheops`` to your ``INSTALLED_APPS``.

Setup redis connection and enable caching for desired models:

Expand Down

0 comments on commit 17ba853

Please sign in to comment.