Skip to main content

django-memcached2 displays statistics about your currently running memcached instances. It's a fork of django-memcached that works with the new-style CACHES setting introduced in Django 1.3.

Project description

django-memcached2 is a lightweight, resuable Django app that displays statistics about your currently running memcached instances.

It is a fork of Eric Florenzano’s django-memcached that works with the CACHES settings introduced in Django 1.3.

Installing django-memcached2

  1. Either download the tarball and run python setup.py install, or simply use easy_install or pip like so easy_install django-memcached2.

  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 = True

That’s it. Hopefully this app gives you a little insight into how your memcached servers are being utilized.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-memcached2-0.2.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file django-memcached2-0.2.tar.gz.

File metadata

File hashes

Hashes for django-memcached2-0.2.tar.gz
Algorithm Hash digest
SHA256 76d736d66b212bb7ff4263d45421a65607234c3ffb487a7dabedfd260cd702ee
MD5 ce0721392d9e0d078b67a75685e5fada
BLAKE2b-256 e8d4dcb7eed073946878ca63cdc824e0f248bf05127ca764c4920a6c514b6c08

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page