Memcache admin for Django.
Project description
Memcache admin for Django.
Show cluster information, optionally auto-updated.
Show a server’s statistics.
Show a server’s slabs.
Flush the cluster.
Compatible with default admin and Bootstrap.
…more to come!
This module is still in beta status: more testing is needed.
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).
- CACHE — string
The cache definition to use. Default is “default”.
Compatibility
Django 1.6 and 1.7
For best results, python-memcached should be used.
pylibmc can be used, but not all information will be available.
This library is compatible with python 2 and 3, however the memcache packages above are only python2 compatible.
Acknowledgements
Some ideas taken from the django-memcache-status and django-memcached2 projects
License
GNU Lesser General Public License, version 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-memcache-admin-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37be9391ea1d14d1f6d4f0c61aea2735759e522633a4c7219180d5686d88e4d8 |
|
MD5 | e46c814000a93d580b9f92909f838c72 |
|
BLAKE2b-256 | 18c2c58006af543cdea45fdb5ef7c59381b50eef584cd18d57f0ada409c10398 |
Hashes for django_memcache_admin-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a6035872b72a81769e2de65ac1ec0549b32b22fc01a1a895c05f3b0b826226b |
|
MD5 | f223f08f47da5deebcc73126aaa2806f |
|
BLAKE2b-256 | 10f840293a63c34d5ea96d5bc448128bc208b9f1646f3ff7a6fcb54f380fb97e |