Skip to main content

Memcache admin for Django.

Project description

https://pypip.in/v/django-memcache-admin/badge.png https://pypip.in/d/django-memcache-admin/badge.png

Memcache admin for Django.

  • Show cluster information, optionally auto-updated.

  • Show a server’s statistics.

  • Show a server’s slabs.

  • Flush the cluster.

…more to come!

This module is still in alpha status: more testing is needed, and changes can be made without regard to backwards compatibility.

Install

Install via pip:

pip install django-memcache-admin

Add memcache_admin to INSTALLED_APPS in your settings.py file.

Update the database:

python manage.py syncdb

The application will now be available in the admin panel.

Permissions

To use this module, a user must have access to the Django admin panel and have change permissions on the memcache_admin | Memcache Dashboard model.

Setting add or delete permissions has no effect, they are always false.

Settings

In your settings.py file, you can add a dictionary called MEMCACHE_ADMIN.

The following key/value settings are available:

REFRESH_RATE : integer — Sets the auto-update refresh rate in milliseconds for the server information in the dashboard. Note that auto-updating must still be activated in the dashboard for this to take effect. If set to None, refreshing will be disabled (unavailable in the dashboard interface). Default is 5000 milliseconds (5 seconds).

Compatibility

  • Django 1.6 and up.

  • For best results, python-memcached should be used.

  • pylibmc can be used, but not all information will be available.

Acknowledgements

Some ideas taken from the django-memcache-status and django-memcached2 projects

License

GNU Lesser General Public License, version 3.

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-memcache-admin-0.0.4.tar.gz (7.9 kB view hashes)

Uploaded Source

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