Skip to main content

django-memcached

Project description

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

  1. 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 = 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-memcached-0.1.1.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file django-memcached-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-memcached-0.1.1.tar.gz
Algorithm Hash digest
SHA256 70d7ce8664b20e713fb5ff0d2c8542411aa1470e97848449aa9b84c0b78f1f59
MD5 ae0c930cd4d60f02bac14b08bf5f294b
BLAKE2b-256 eed2ea5daf34fbdff28787017ed2d10c0ac27034526a70c731cef44679ad7caa

See more details on using hashes here.

Provenance

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