{ "info": { "author": "Vitor Freitas", "author_email": "vitor@freitas.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "StackOverflow Exception Troubleshooting\n=======================================\n\nA simple Django Middleware for Exception Troubleshooting. It is meant to be used in debug mode only.\n\nIn a nutshell, the Middleware intercepts a exception thrown by a view and look up for the three most relevant questions\non StackOverflow and print the result to the console.\n\nQuick Start\n-----------\n\n**1. Install using pip:**\n\n.. code-block:: console\n\n pip install django-soet\n\n**2. Include \"soet\" to your INSTALLED_APPS:**\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n ...\n 'soet',\n ]\n\n**3. Include \"StackOverflowMiddleware\" to your MIDDLEWARE_CLASSES:**\n\n.. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...\n 'soet.middleware.StackOverflowMiddleware',\n )\n\n**4. Make sure you are running your project with DEBUG=True.**\n\n**5. Start your development server and wait for the view exceptions (or not).**\n\nPreview\n-------\n\nThis is how it looks like in your Terminal:\n\n.. image:: https://github.com/vitorfs/soet/raw/master/soet.png", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vitorfs/soet/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-soet", "package_url": "https://pypi.org/project/django-soet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-soet/", "project_urls": { "Homepage": "https://github.com/vitorfs/soet/" }, "release_url": "https://pypi.org/project/django-soet/1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple Django Middleware for Exception Troubleshooting.", "version": "1.0" }, "last_serial": 2228663, "releases": { "0.1": [], "1.0": [ { "comment_text": "", "digests": { "md5": "954f18065ba611fb19570cb3aa2a14a8", "sha256": "e096e3799eb7570507aa31d93498d1c301bbed2fc43122b3c667f3cc74c2f5d1" }, "downloads": -1, "filename": "django-soet-1.0.tar.gz", "has_sig": false, "md5_digest": "954f18065ba611fb19570cb3aa2a14a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3815, "upload_time": "2016-07-18T16:40:17", "url": "https://files.pythonhosted.org/packages/de/d1/49ad83165e4606a1f40d58ca64be4f0f58da5bab1938995f314648c1c906/django-soet-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "954f18065ba611fb19570cb3aa2a14a8", "sha256": "e096e3799eb7570507aa31d93498d1c301bbed2fc43122b3c667f3cc74c2f5d1" }, "downloads": -1, "filename": "django-soet-1.0.tar.gz", "has_sig": false, "md5_digest": "954f18065ba611fb19570cb3aa2a14a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3815, "upload_time": "2016-07-18T16:40:17", "url": "https://files.pythonhosted.org/packages/de/d1/49ad83165e4606a1f40d58ca64be4f0f58da5bab1938995f314648c1c906/django-soet-1.0.tar.gz" } ] }