{ "info": { "author": "Jo\u00ebl Billaud", "author_email": "jbillaud@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "==================\nDjango Debug Panel\n==================\n\nDjango Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.\nGreat for single-page applications and other AJAX intensive web applications.\n\nInstallation\n============\n\n#. Install and configure `Django Debug Toolbar `_\n\n#. Install Django Debug Panel:\n\n .. code-block:: bash\n\n pip install django-debug-panel\n\n#. Add ``debug_panel`` to your ``INSTALLED_APPS`` setting:\n\n .. code-block:: python\n\n INSTALLED_APPS = (\n # ...\n 'debug_panel',\n )\n\n#. Replace the Django Debug Toolbar middleware with the Django Debug Panel one. Replace:\n\n .. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...\n 'debug_toolbar.middleware.DebugToolbarMiddleware',\n ...\n )\n\n with:\n\n .. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...\n 'debug_panel.middleware.DebugPanelMiddleware',\n ...\n )\n\n\n#. (Optional) Configure your cache.\n All the debug data of a request are stored into the cache backend ``debug-panel``\n if available. Otherwise, the ``default`` backend is used, and finally if no caches are\n defined it will fallback to a local memory cache.\n You might want to configure the ``debug-panel`` cache in your ``settings``:\n\n .. code-block:: python\n\n CACHES = {\n 'default': {\n 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',\n 'LOCATION': '127.0.0.1:11211',\n },\n\n # this cache backend will be used by django-debug-panel\n 'debug-panel': {\n 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',\n 'LOCATION': '/var/tmp/debug-panel-cache',\n 'OPTIONS': {\n 'MAX_ENTRIES': 200\n }\n }\n }\n\n#. Install the Chrome extension `Django Debug Panel `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/recamshak/django-debug-panel", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-debug-panel", "package_url": "https://pypi.org/project/django-debug-panel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-debug-panel/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/recamshak/django-debug-panel" }, "release_url": "https://pypi.org/project/django-debug-panel/0.8.3/", "requires_dist": null, "requires_python": null, "summary": "django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses", "version": "0.8.3" }, "last_serial": 2182718, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "8571986f8c3e2008b6b40fda7dd3f89f", "sha256": "1ecdbdb6190d0350d47928c1991644f18c737d7ac3b3ff7b780d993382b9f0d8" }, "downloads": -1, "filename": "django-debug-panel-0.5.1.tar.gz", "has_sig": false, "md5_digest": "8571986f8c3e2008b6b40fda7dd3f89f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2907, "upload_time": "2013-06-05T09:20:07", "url": "https://files.pythonhosted.org/packages/58/dd/3438bf7187c98edd555392d7743d11c38f14460bef364f421feb7f2cb9a7/django-debug-panel-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "673599feee88ee9d6705ad5b238891e1", "sha256": "4b6362b0d04790b60142ddbcb7abb66c321af3ee4bbf1c52b82257ae2d07a6d5" }, "downloads": -1, "filename": "django-debug-panel-0.5.2.tar.gz", "has_sig": false, "md5_digest": "673599feee88ee9d6705ad5b238891e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2993, "upload_time": "2013-06-21T08:23:49", "url": "https://files.pythonhosted.org/packages/e5/df/bf606f873a2584f5310ea6da080583e65a671a469545ff2b82c029b2367f/django-debug-panel-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "afa070c774054ef944af8de8380d5e5f", "sha256": "a46144c200ecc594175055e76723330f80fe3542f79bca52f992173373660357" }, "downloads": -1, "filename": "django-debug-panel-0.5.3.tar.gz", "has_sig": false, "md5_digest": "afa070c774054ef944af8de8380d5e5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3101, "upload_time": "2013-08-19T02:37:07", "url": "https://files.pythonhosted.org/packages/83/35/1ce8ae11a78a271f696caf8c29a2f532ab011f5301326de12db3a87a9bc8/django-debug-panel-0.5.3.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "29d4c45fc4c9e2defa647cb8dd1245d8", "sha256": "ac4c4c9e1dd59f5e6077c384c4c7bdaf1530a0c0731328a6bc39f595fa26243b" }, "downloads": -1, "filename": "django-debug-panel-0.5.5.tar.gz", "has_sig": false, "md5_digest": "29d4c45fc4c9e2defa647cb8dd1245d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3676, "upload_time": "2013-10-17T05:44:59", "url": "https://files.pythonhosted.org/packages/be/b0/a46828ff41a8c8c868f9495cba5ca22852dc2591b3be18a612a518c77f78/django-debug-panel-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "8f3a3621d5d4857c9104be44e1fb0e13", "sha256": "e1d16ca66f7df8d16547405cf6e27b8cba4d5850c03c21df1baa4c7724afede5" }, "downloads": -1, "filename": "django-debug-panel-0.5.6.tar.gz", "has_sig": false, "md5_digest": "8f3a3621d5d4857c9104be44e1fb0e13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3952, "upload_time": "2013-10-17T08:17:00", "url": "https://files.pythonhosted.org/packages/8b/5a/28257f331b0116b51a6f06a744bd46b4c60f56b49a64ca9c94d3b1f9110d/django-debug-panel-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "3e8284f6d90ad4838d38ded253a915d7", "sha256": "e1f2c588e6d931fa967e74fcf0125c76bbbf032b03ee55c5ceea7b6214081db5" }, "downloads": -1, "filename": "django-debug-panel-0.5.7.tar.gz", "has_sig": false, "md5_digest": "3e8284f6d90ad4838d38ded253a915d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3967, "upload_time": "2013-10-17T08:23:14", "url": "https://files.pythonhosted.org/packages/e4/4f/10d73d8432fd08638dd62925e166e25b73fb70f160bd35c190ac6dd33dc8/django-debug-panel-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "7b617bcad6558938a99f39adf35b0281", "sha256": "1ad3668f0d14a4fbbe292b05713304848f59fdda0ad6f95f8020963d21c725b1" }, "downloads": -1, "filename": "django-debug-panel-0.5.8.tar.gz", "has_sig": false, "md5_digest": "7b617bcad6558938a99f39adf35b0281", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4377, "upload_time": "2013-10-17T08:41:40", "url": "https://files.pythonhosted.org/packages/0a/ec/88c49c22a171528a1892c3df16e6a8c164966b27a56e92db8a1cbfff4b48/django-debug-panel-0.5.8.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "06194094c2910373a7aa17a93a1c192f", "sha256": "71ad27e8187f802284be397dc6d8e0ceaec600fe395740d534e5b24e9769e954" }, "downloads": -1, "filename": "django-debug-panel-0.5.9.tar.gz", "has_sig": false, "md5_digest": "06194094c2910373a7aa17a93a1c192f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4410, "upload_time": "2013-10-17T10:58:35", "url": "https://files.pythonhosted.org/packages/f2/e9/97bb6ba184eff2625469c0536089a12d109ae7d3597b85021cbd0361c2d3/django-debug-panel-0.5.9.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "54df51fef8c1241fccb7b71fffffae56", "sha256": "3646f56277c06647887fccfb2421e8d0b3e9360efdf83b7bee449e752c66a675" }, "downloads": -1, "filename": "django-debug-panel-0.6.0.tar.gz", "has_sig": false, "md5_digest": "54df51fef8c1241fccb7b71fffffae56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4662, "upload_time": "2013-10-26T03:23:45", "url": "https://files.pythonhosted.org/packages/40/ab/81c25cb9932dd8506ed4cacc5e66ae62a060b08aad3735fa8f483dbfa5e5/django-debug-panel-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "294f7056eafe7846c5ad5fff4515b6d5", "sha256": "352988d771c75f97258f8510833c7fb8792e7c8589059dff5c379af3aa068f9e" }, "downloads": -1, "filename": "django-debug-panel-0.7.0.tar.gz", "has_sig": false, "md5_digest": "294f7056eafe7846c5ad5fff4515b6d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4634, "upload_time": "2013-12-13T03:41:57", "url": "https://files.pythonhosted.org/packages/34/00/11128013b3784f2aa1e0ecdf4fb679896345b35e57f817b3f36395468274/django-debug-panel-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "222c5c6b95e6ac05637b29a59bcfcca9", "sha256": "ffb3976d5bd23a77bcaf335a6344e5c61651910e6430529d57b93ac11fef2019" }, "downloads": -1, "filename": "django-debug-panel-0.7.1.tar.gz", "has_sig": false, "md5_digest": "222c5c6b95e6ac05637b29a59bcfcca9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4632, "upload_time": "2013-12-20T01:12:47", "url": "https://files.pythonhosted.org/packages/0c/3f/03666a95d855ca50adedf960bf95b932be6f626a17f37c0fb44d21e978db/django-debug-panel-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "f926215d0576c9ac8fb16583d6f0cfbd", "sha256": "7237e53beabbb12d5bf69bc35a7715576394939848c27e1cae329dece7933bc1" }, "downloads": -1, "filename": "django-debug-panel-0.7.2.tar.gz", "has_sig": false, "md5_digest": "f926215d0576c9ac8fb16583d6f0cfbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4647, "upload_time": "2013-12-20T10:51:37", "url": "https://files.pythonhosted.org/packages/33/40/549097995e2d121cea4608be844d24a35eb4a516d751940a65837b8722aa/django-debug-panel-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "9452430148bd7c6a6623399e76b2c5f7", "sha256": "bca25663c3d95964f9bc1bc7cd65db0fdd286374df9a3b2d1c773466b8a50911" }, "downloads": -1, "filename": "django-debug-panel-0.8.0.tar.gz", "has_sig": false, "md5_digest": "9452430148bd7c6a6623399e76b2c5f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4414, "upload_time": "2014-02-21T02:22:47", "url": "https://files.pythonhosted.org/packages/07/3d/612702a0448181ea37e1150f3e808a04f2508ca4eff94f8bfb65c954fdd7/django-debug-panel-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "ff0a69af35708ee02b1e8b45306393d8", "sha256": "83360d1562260478f5bdf4e668e340bd2df234004aa8038ab26698c7bb6854c5" }, "downloads": -1, "filename": "django-debug-panel-0.8.1.tar.gz", "has_sig": false, "md5_digest": "ff0a69af35708ee02b1e8b45306393d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4429, "upload_time": "2015-05-06T04:11:32", "url": "https://files.pythonhosted.org/packages/92/4d/2ccf60a58572b967e3dd2b4c93ead0e0121645ac686aa8759f28c853716d/django-debug-panel-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "94ffc100913a3470136bb2e0fdc64042", "sha256": "36740c072523fdfe61b829ad85d9381584f5295672e6cbffc34baac367903499" }, "downloads": -1, "filename": "django-debug-panel-0.8.2.tar.gz", "has_sig": false, "md5_digest": "94ffc100913a3470136bb2e0fdc64042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4651, "upload_time": "2015-10-13T00:42:32", "url": "https://files.pythonhosted.org/packages/d0/0c/bb2ecbf768e09ebb72a61b6500c9fdee2a58cf8cd32553777f4c48414b39/django-debug-panel-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "31ef423aa54ebf53e661c0e333fcb294", "sha256": "51fac401a76c5481d2599b9c30b3a89c5ddabbe1ff3d941f0e17d588ad5fcefb" }, "downloads": -1, "filename": "django-debug-panel-0.8.3.tar.gz", "has_sig": false, "md5_digest": "31ef423aa54ebf53e661c0e333fcb294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4537, "upload_time": "2016-06-23T04:58:14", "url": "https://files.pythonhosted.org/packages/a1/5f/6af1ec0b482573fa4d5697a22054c151d51d62fb8369f43731ad731fa8f1/django-debug-panel-0.8.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31ef423aa54ebf53e661c0e333fcb294", "sha256": "51fac401a76c5481d2599b9c30b3a89c5ddabbe1ff3d941f0e17d588ad5fcefb" }, "downloads": -1, "filename": "django-debug-panel-0.8.3.tar.gz", "has_sig": false, "md5_digest": "31ef423aa54ebf53e661c0e333fcb294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4537, "upload_time": "2016-06-23T04:58:14", "url": "https://files.pythonhosted.org/packages/a1/5f/6af1ec0b482573fa4d5697a22054c151d51d62fb8369f43731ad731fa8f1/django-debug-panel-0.8.3.tar.gz" } ] }