{ "info": { "author": "Brandon Konkle", "author_email": "brandon@lincolnloop.com", "bugtrack_url": null, "classifiers": [], "description": "==================\nDjango Cache Panel\n==================\n\n.. image:: https://raw.github.com/lincolnloop/django-cache-panel/master/screenshot.png\n\nThe Django Cache Panel is an add-on for the Django Debug Toolbar to track cache\nusage. It is a fork of the `Cache Debug Toolbar `_\nproject by Rick van Hattem, which is where the statistics tracking at the core\nof this project come from. The generic cache wrapper is modified from the\n`django-debug-cache-panel `_\nproject by Jeff Balogh.\n\nIt's been tested with Django 1.4 and Django Debug Toolbar 0.9.4 using the\npython-memcached backend. If you've tried it out with other configurations,\nplease let me know!\n\nWhat's Changed?\n===============\n\nThe project has been modified to be more generic, capturing only the functions\nfound in the BaseCache so that it should be compatible with more cache\nbackends. The way the statistics are captured and the presentation of the\nstatistics has also been modified to be more similar to the SQL panel. The\nrequirement for the panel to be imported in settings has been removed.\n\nInstallation\n============\n\n#. Install and configure `Django Debug Toolbar `_.\n#. ``pip install django-cache-panel``\n#. Add ``cache_panel`` app to your ``INSTALLED_APPS``.\n#. Add ``cache_panel.panel.CacheDebugPanel`` to ``DEBUG_TOOLBAR_PANELS``.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/lincolnloop/django-cache-panel", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-cache-panel", "package_url": "https://pypi.org/project/django-cache-panel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cache-panel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/lincolnloop/django-cache-panel" }, "release_url": "https://pypi.org/project/django-cache-panel/0.1/", "requires_dist": null, "requires_python": null, "summary": "A more detailed cache panel for the Django Debug Toolbar", "version": "0.1" }, "last_serial": 789223, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ff4a9ba9190464a18d618863a4e8b50b", "sha256": "42619072257d859c07bf91177070dc2ac925417d4010c8e6b40c23741cb9c46a" }, "downloads": -1, "filename": "django-cache-panel-0.1.tar.gz", "has_sig": false, "md5_digest": "ff4a9ba9190464a18d618863a4e8b50b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4572, "upload_time": "2012-10-04T16:53:26", "url": "https://files.pythonhosted.org/packages/5e/fc/0b8e113b599025363da05cc9ef4a27e03642ce70ed2cfd7930b55ae5b6ce/django-cache-panel-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff4a9ba9190464a18d618863a4e8b50b", "sha256": "42619072257d859c07bf91177070dc2ac925417d4010c8e6b40c23741cb9c46a" }, "downloads": -1, "filename": "django-cache-panel-0.1.tar.gz", "has_sig": false, "md5_digest": "ff4a9ba9190464a18d618863a4e8b50b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4572, "upload_time": "2012-10-04T16:53:26", "url": "https://files.pythonhosted.org/packages/5e/fc/0b8e113b599025363da05cc9ef4a27e03642ce70ed2cfd7930b55ae5b6ce/django-cache-panel-0.1.tar.gz" } ] }