dashboardmods

A collection of dashboard modules for django-admin-tools
Download

dashboardmods Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Corey Oordt, The Washington Times
  • Publisher web site:
  • http://washingtontimes.com

dashboardmods Tags


dashboardmods Description

A collection of dashboard modules for django-admin-tools dashboardmods is a set of DashboardModules for django-admin-tools.MemcacheDashboardModuleDisplays a bar graph of memory usage, hit/miss ratio and uptime for each memcache server configured in Django's settings.To enable, simply add:from dashboardmods import get_memcache_dash_modulesat the top of the page and in the __init__ method add:self.children.extend(get_memcache_dash_modules())If no memcache servers are configured, nothing happens.VarnishDashboardModuleDisplays a bar graph of memory usage and hit/miss ratios for each Varnish server configured in VARNISH_MANAGEMENT_ADDRS. It uses python-varnish for communication. See its docs for more information on setup and installation of python-varnish.To enable, simply add:from dashboardmods import get_varnish_dash_modulesat the top of the page and in the __init__ method add:self.children.extend(get_varnish_dash_modules())If no Varnish servers are configured, nothing happens.RSSDashboardModuleThis is a model that allows the dynamic input of RSS feeds to appear as a DashboardModule.To enable, add dashboardmods to your INSTALLED_APPS and ./manage.py syncdb.Then add:from dashboardmods import get_rss_dash_modulesat the top of the page and in the __init__ method add:self.children.extend(get_rss_dash_modules())If no RSSDashboardModule records are entered, nothing happens. As soon as one is entered, the DashboardModule is immediately available. Requirements: · Python


dashboardmods Related Software