{ "info": { "author": "Gabe Jackson", "author_email": "gabejackson@cxg.ch", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "django-pycharm-debug-middleware\n===============================\n\nA django middleware to debug exceptions in PyCharm's PyDev debugger.\n\nSimply add the ExceptionMiddleware to your middleware classes and run PyCharm in Debug mode to handle Exceptions within PyCharm's PyDev Debugger.\n\nUsage\n=====\n\nAppend the middleware to your MIDDLEWARE_CLASSES and activate DEBUG_PROPAGATE_EXCEPTIONS::\n\n MIDDLEWARE_CLASSES += ('pycharm_debug_middleware.middleware.ExceptionMiddleware', )\n DEBUG_PROPAGATE_EXCEPTIONS = True", "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/gabejackson/django-pycharm-debug-middleware", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-pycharm-debug-middleware", "package_url": "https://pypi.org/project/django-pycharm-debug-middleware/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-pycharm-debug-middleware/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gabejackson/django-pycharm-debug-middleware" }, "release_url": "https://pypi.org/project/django-pycharm-debug-middleware/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A django middleware to debug exceptions in PyCharm's PyDev debugger", "version": "1.0.2" }, "last_serial": 1139372, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "512ed28aa46821539881d5ecb078955f", "sha256": "724d97883f5ed1dd1dd2de69c38a0e584cb20158bf917feb9d060a99c48b6326" }, "downloads": -1, "filename": "django-pycharm-debug-middleware-1.0.2.tar.gz", "has_sig": false, "md5_digest": "512ed28aa46821539881d5ecb078955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2771, "upload_time": "2014-06-27T07:11:56", "url": "https://files.pythonhosted.org/packages/34/a1/24c5aa0874d5b6b4601771d156e12a44e7dcfe3f65d7001bb3eae759b627/django-pycharm-debug-middleware-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "512ed28aa46821539881d5ecb078955f", "sha256": "724d97883f5ed1dd1dd2de69c38a0e584cb20158bf917feb9d060a99c48b6326" }, "downloads": -1, "filename": "django-pycharm-debug-middleware-1.0.2.tar.gz", "has_sig": false, "md5_digest": "512ed28aa46821539881d5ecb078955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2771, "upload_time": "2014-06-27T07:11:56", "url": "https://files.pythonhosted.org/packages/34/a1/24c5aa0874d5b6b4601771d156e12a44e7dcfe3f65d7001bb3eae759b627/django-pycharm-debug-middleware-1.0.2.tar.gz" } ] }