{ "info": { "author": "Benjamin Pollack", "author_email": "benjamin@bitquabit.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware" ], "description": "FogBugz Middleware for Django\r\n===============================\r\n\r\nBy default, Django sends emails for 500 errors. Simply directing these emails to go to FogBugz can be problematic: FogBugz will attempt to respond to the email, which will fail if you are sending messages from, e.g., do-not-respond@example.com. FogBugz then generates a case for the failed email.\r\n\r\nThe solution is to use FogBugz' ScoutSubmit functionality, which is explicitly designed to handle this situation. ScoutSubmit not only won't send the bogus response emails; it also allows you to customize which project, area, and assignee to use for the bugs, and allows automatically coalescing these bugs based on their descriptions.\r\n\r\nInstallation\r\n-------------\r\n\r\nSimply run python setup.py install, as you would for any other Python project.\r\n\r\nUsage\r\n-----\r\n\r\nFirst, you'll need to set up some parameters for FogBugzMiddleware to work. These settings are:\r\n\r\nFOGBUGZ_URL: URL of ScoutSubmit. For Windows-based FogBugz installs, including FogBugz On Demand, this will be http://path/to/fogbugz/scoutSubmit.asp. For Unix-based installs, this will be http://path/to/fogbugz/scoutSubmit.php.\r\nFOGBUGZ_USERNAME: User to assign the case to.\r\nFOGBUGZ_PROJECT: Project to assign the case to.\r\nFOGBUGZ_AREA: Project area to assign the case to.\r\nNext, add FogBugzMiddleware to MIDDLEWARE_CLASSES in settings.py::\r\n\r\n MIDDLEWARE_CLASSES = (\r\n 'django.middleware.common.CommonMiddleware',\r\n 'django.contrib.sessions.middleware.SessionMiddleware',\r\n 'django.contrib.auth.middleware.AuthenticationMiddleware',\r\n 'fogcreek.fogbugz.FogBugzMiddleware',\r\n )\r\n\r\nThat's it.\r\n\r\nBugs\r\n----\r\n\r\nReport bugs and submit feature requests at https://bqb.fogbugz.com/default.asp?pg=pgPublicEdit.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://developers.kilnhg.com/Repo/Kiln/Group/FogBugzMiddleware", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "FogBugzMiddleware", "package_url": "https://pypi.org/project/FogBugzMiddleware/", "platform": "Windows, Max, *nix", "project_url": "https://pypi.org/project/FogBugzMiddleware/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://developers.kilnhg.com/Repo/Kiln/Group/FogBugzMiddleware" }, "release_url": "https://pypi.org/project/FogBugzMiddleware/1.2/", "requires_dist": null, "requires_python": null, "summary": "FogBugz Middleware for Django", "version": "1.2" }, "last_serial": 784367, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "8fcf263954bc20c081d218c516fc37b3", "sha256": "5ad319b9ec10e1f2f1dd6b555290cc3271eea815e42dc5edc396b64025a1d9c6" }, "downloads": -1, "filename": "FogBugzMiddleware-1.2.zip", "has_sig": false, "md5_digest": "8fcf263954bc20c081d218c516fc37b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2294, "upload_time": "2010-12-15T21:17:52", "url": "https://files.pythonhosted.org/packages/13/55/d24e3093b485a2e91190f3ffcb5237805c1e52123d01509ec896f4619790/FogBugzMiddleware-1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fcf263954bc20c081d218c516fc37b3", "sha256": "5ad319b9ec10e1f2f1dd6b555290cc3271eea815e42dc5edc396b64025a1d9c6" }, "downloads": -1, "filename": "FogBugzMiddleware-1.2.zip", "has_sig": false, "md5_digest": "8fcf263954bc20c081d218c516fc37b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2294, "upload_time": "2010-12-15T21:17:52", "url": "https://files.pythonhosted.org/packages/13/55/d24e3093b485a2e91190f3ffcb5237805c1e52123d01509ec896f4619790/FogBugzMiddleware-1.2.zip" } ] }