This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rst | Mon Oct 06 06:10:57 -0700 2008 | |
| |
memcachedstatus/ | Thu Oct 09 06:51:22 -0700 2008 |
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'))







