memcache-debug-panel
memcache-debug-panel copied to clipboard
A django-debug-toolbar panel for memcached debugging information (memcache and pylibmc supported)
I get the following error when I try to `import memcache_toolbar.panels.memcache` to install this toolbar: `ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more...
The following errors are triggered when doing any memcached operations while `memcache-debug-panel` is installed. ``` File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 97, in delete self._cache.delete(key) File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 175, in _cache self._client =...