arneb / django-memcachedstatus
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
5fb49a7
django-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'))
