django-memcached 0.1.2
django-memcached is a very simple reusable app which does one simple thing: shows you statistics about your currently running memcached instances
This is a very simple reusable app which does one thing: shows you statistics about your currently running memcached instances. There are no database models and not much configuration.
Installing django-memcached
Either download the tarball and run python setup.py install, or simply use easy install or pip like so easy_install django-memcached.
Add django_memcached to your INSTALLED_APPS setting:
INSTALLED_APPS = ( # ... 'django_memcached', )Add the urls to your url configuration:
urlpatterns = patterns('', # ... (r'^cache/', include('django_memcached.urls')), )If you want to restrict these urls to only staff members, just add this setting to your settings file:
DJANGO_MEMCACHED_REQUIRE_STAFF = True
That's it. Hopefully this app gives you a little insight into how your memcached servers are being utilized.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-memcached-0.1.2.tar.gz (md5) | Source | 2009-02-05 | 5KB | 12870 | |
- Author: Eric Florenzano
- Home Page: http://github.com/ericflo/django-memcached/tree/master
- Keywords: memcached,django
- License: BSD
- Categories
- Package Index Owner: ericflo
- DOAP record: django-memcached-0.1.2.xml
