Skip to content

ilvar/django-redis-stats-instant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Redis stats in Django admin. In seconds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages