{ "info": { "author": "Catherine", "author_email": "katherine.goncharova@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "=====\nSQL Debugger\n=====\n\ndjango-sql-debugger is an app that helps controlling number of SQL during your HTTPRequests, including AJAX.\nBased on custom database backend, it currently supports only MySQL.\n\n*Warning: the app currently works under Django 1.6.5 and is not tested against other versions*\n\nQuick start\n-----------\n\n1. Add \"sql_debugger\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'sql_debugger',\n )\n\n2. To turn on SQL Debugger add the following to your settings.py file::\n\n SQL_DEBUGGER_SHOW_TRACEBACK = True\n\nAlso make sure DEBUG is set to True. Do not use this on production server!\n\nUsage\n-----\n\n1. To add visualization to your page include SQL Debugger template there::\n\n {% include 'sql_debugger/base.html' %}", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/katharine-kinn/django-sql-debugger/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/katharine-kinn/django-sql-debugger", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-sql-debugger", "package_url": "https://pypi.org/project/django-sql-debugger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sql-debugger/", "project_urls": { "Download": "https://github.com/katharine-kinn/django-sql-debugger/tarball/0.1", "Homepage": "https://github.com/katharine-kinn/django-sql-debugger" }, "release_url": "https://pypi.org/project/django-sql-debugger/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django app that helps controlling database requests count", "version": "0.1" }, "last_serial": 1921972, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "363765e1ab6ff2109ac3b4de8b879d70", "sha256": "bd19afa0c05315fda47198f7e19eff125ecdd026e06b32ce217d39a1a5e3b1b8" }, "downloads": -1, "filename": "django-sql-debugger-0.1.tar.gz", "has_sig": false, "md5_digest": "363765e1ab6ff2109ac3b4de8b879d70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6293, "upload_time": "2016-01-25T15:25:21", "url": "https://files.pythonhosted.org/packages/69/d7/976c76a8eb8bd82679bf26e14810c0d0d3ed6a998390d94521a08d2a90da/django-sql-debugger-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "363765e1ab6ff2109ac3b4de8b879d70", "sha256": "bd19afa0c05315fda47198f7e19eff125ecdd026e06b32ce217d39a1a5e3b1b8" }, "downloads": -1, "filename": "django-sql-debugger-0.1.tar.gz", "has_sig": false, "md5_digest": "363765e1ab6ff2109ac3b4de8b879d70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6293, "upload_time": "2016-01-25T15:25:21", "url": "https://files.pythonhosted.org/packages/69/d7/976c76a8eb8bd82679bf26e14810c0d0d3ed6a998390d94521a08d2a90da/django-sql-debugger-0.1.tar.gz" } ] }