public
Description: A memcached status app for the django web-framework
Homepage: http://github.com/arneb/django-memcachedstatus/
Clone URL: git://github.com/arneb/django-memcachedstatus.git
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'))