Skip to content

arneb/django-memcachedstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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'))

About

A memcached status app for the django web-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published