Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

README.md

File metadata and controls

16 lines (13 loc) · 1 KB

This little application just shows current Redis stats on Django's admin dashboard. Also supports django-admin-tools nicely.

Install

  1. Install with pip install -e "git+https://[email protected]/ilvar/django-redis-stats-instant.git#egg=django-redis-stats-instant"
  2. Add 'redis_stats' to INSTALLED_APPS in your settings
  3. If you're using django-admin-tools
    1. Just add Redis Stats module to your custom dashboard (or create a new one), as provided in our example.
    2. Do not forget to add your custom dashboard to settings: ADMIN_TOOLS_INDEX_DASHBOARD = 'redis_dashboard.CustomIndexDashboard'
  4. That's it. With django-admin-tools you'll have a nice widget for the dashboard, for old-fashioned django admin there will be not so nice but still reliable fake application section.