arneb / django-memcachedstatus

A memcached status app for the django web-framework

This URL has Read+Write access

skabber (author)
Thu Oct 09 06:51:22 -0700 2008
commit  5fb49a7224f6247ce1737b10589e8f0371e9f011
tree    010b50e8fd276b7df097d90a5ea92d8763191c09
parent  f9023a0ec52f891978f6a1a3ff563d355d287b93
name age message
file README.rst Loading commit data...
directory memcachedstatus/
README.rst

A memcached status app for the django web-framework

This app provides one simple view ready for integration into the admin interface. The view will - together with the default template - output the status of the configured memcache-daemon.

INSTALLATION

Put the 'memcachedstatus' folder on your Python-Path, add 'memcachedstatus' to settings.INSTALLED_APPS and add an entry to your url-conf like the following:

url(r'^admin/memcached/', include('memcachedstatus.urls'))