Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.52 KB

README.rst

File metadata and controls

53 lines (34 loc) · 1.52 KB

django-memcache-status

image

This app displays the current load and some statistics for your memcached instances in the index view of your Django admin section.

Installation

Put memcache_status in your INSTALLED_APPS.

That's all. Only admin-users with superuser permission can see these stats.

Screenshots

image

Overview in your Admin index view. Allows multiple memcached instances.

image

Details if you click on a instance

Changelog

v1.3:

Django 1.10 compatibility and test integration. Python 3 compatibility.

v1.2:

Unittests, General code cleanup to support Django 1.8+ features such as AppConfig, Django-Debugtoolbar support, Python3 Support, Compatibility tests with latest supported Django versions (currently Django 1.8 and 1.9) but the package is likely working with Django 1.4+.

v1.1:

Added support for Django's multiple cache backend setting. Kudos to Luke Granger-Brown for the implementation.

This version is compatible with Django v1.3 and up.

v1.0:

Initial Release.

This version is compatible up to Django v1.2.