Skip to main content

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.

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.2.tar.gz (5.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-memcached-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4ae2bcb9962c148530bd638cffb40eb5044adb24cb65bf6807e0c8070f3aa862
MD5 ff52a7ea15abc5af79d80af2babc41c6
BLAKE2b-256 6177505fb2701e3ef484a657da380137e25ea0e219c10123aa5b4e776533ea66

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 file

0.1.1

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page