django-memcached

django-memcached is a very simple reusable app which does one simple thing: shows you statistics about your currently running memcached instances
Download

django-memcached Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Florenzano
  • Publisher web site:
  • http://code.google.com/u/floguy/

django-memcached Tags


django-memcached Description

django-memcached is a very simple reusable app which does one simple thing: shows you statistics about your currently running memcached instances django-memcached is a very simple reusable Django application which does one thing: shows you statistics about your currently running memcached instances. There are no database models and not much configuration.Installing django-memcached1. Either download the tarball and run python setup.py install, or simply use easy install or pip like so easy_install django-memcached.2. Add django_memcached to your INSTALLED_APPS setting: INSTALLED_APPS = ( # ... 'django_memcached', )3. Add the urls to your url configuration: urlpatterns = patterns('', # ... (r'^cache/', include('django_memcached.urls')), )4. If you want to restrict these urls to only staff members, just add this setting to your settings file: DJANGO_MEMCACHED_REQUIRE_STAFF = TrueThat's it. Hopefully this app gives you a little insight into how your memcached servers are being utilized. Requirements: · Python · Django


django-memcached Related Software