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.

Release files for django-memcached 0.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-memcached 0.1.2
File Size Uploaded
django-memcached-0.1.2.tar.gz 5.3 kB Details

Release files / django-memcached-0.1.2.tar.gz

Download URL django-memcached-0.1.2.tar.gz
Size 5.3 kB
Tags Source
SHA-256 checksum
How to use checksums
4ae2bcb9962c148530bd638cffb40eb5044adb24cb65bf6807e0c8070f3aa862
BLAKE2b-256 checksum
How to use checksums
6177505fb2701e3ef484a657da380137e25ea0e219c10123aa5b4e776533ea66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 release file

0.1.1

1 release file

0.1

1 release 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