Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Add note about cache set up
  • Loading branch information
PetrDlouhy committed Nov 20, 2021
1 parent dd9d0bd commit 08f0f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Register chart views in your ``urls.py``::
path('admin_tools_stats/', include('admin_tools_stats.urls')),
]

Ensure, you have ``default`` cache set up: https://docs.djangoproject.com/en/3.2/topics/cache/#memcached

Run migrations::

$ python manage.py migrate
Expand Down

0 comments on commit 08f0f54

Please sign in to comment.