{ "info": { "author": "Evan Zhang", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Topic :: Communications :: Chat", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Django Discord Integration\n\nDiscord integration for Django, supporting error reporting via webhooks.\n\n## Installation\n```bash\n$ pip install django-discord-integration\n```\n\nIn your `settings.py`, add the following:\n```python\nINSTALLED_APPS = (\n 'discord_integration',\n 'solo',\n ...\n)\n```\n\nNext, migrate the database:\n```\n$ python manage.py migrate\n```\n\nFinally, set the Discord webhook URL in the Django admin, as well as the bot username and avatar URL if necessary.\n\n\n## Sample Logging Configuration\n\n```python\nLOGGING = {\n 'handlers': {\n 'discord_integration': {\n 'level': 'ERROR',\n 'class': 'discord_integration.log.DiscordMessageHandler',\n },\n },\n 'loggers': {\n 'handlers': ['discord_integration'],\n },\n}\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ninjaclasher/django-discord-integration", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-discord-integration", "package_url": "https://pypi.org/project/django-discord-integration/", "platform": "", "project_url": "https://pypi.org/project/django-discord-integration/", "project_urls": { "Homepage": "https://github.com/Ninjaclasher/django-discord-integration" }, "release_url": "https://pypi.org/project/django-discord-integration/1.0.3/", "requires_dist": [ "requests", "django-solo" ], "requires_python": "", "summary": "Discord integration for Django, supporting error reporting via webhooks.", "version": "1.0.3" }, "last_serial": 5933613, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "286dd2d757e8b34050a200ad61a1934d", "sha256": "9663c1424b732f01d29e5b03c5d19b9a617df5a008ea915af64d9d5506ec2e62" }, "downloads": -1, "filename": "django_discord_integration-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "286dd2d757e8b34050a200ad61a1934d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17694, "upload_time": "2019-05-12T20:02:46", "url": "https://files.pythonhosted.org/packages/de/77/10c2dba291db7fcfe4d4f051508cf04a683150c3ec11968f6f29111e41af/django_discord_integration-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed87213e3d40cdeba2e7c5060902e8f9", "sha256": "84a8b8ec19e23a8ee44f1fa4c197a590287a531f3ee8f963c8f9984c2298fd87" }, "downloads": -1, "filename": "django-discord-integration-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ed87213e3d40cdeba2e7c5060902e8f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2019-05-12T20:02:48", "url": "https://files.pythonhosted.org/packages/fa/5e/cd774b4cfd1debe6242e8af15486b88466198ff97620f3d527409123c954/django-discord-integration-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "79ebad680adca3f6c25c164f09ab4c35", "sha256": "078419e6df06ead499deaa31a94dab1c163c344902ae9e4f78a614877ecd8dc1" }, "downloads": -1, "filename": "django_discord_integration-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "79ebad680adca3f6c25c164f09ab4c35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17768, "upload_time": "2019-05-14T01:29:48", "url": "https://files.pythonhosted.org/packages/d9/ff/41397e665345cde4772ae57a6568e11b3ea854e65355810360e47709680b/django_discord_integration-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ebbe9533a9c30ee775edcf7d3b68f2e", "sha256": "d060754f393a069b8d99a7b255bd9500ca44c61bfcd998cd2543b75bd1f704a3" }, "downloads": -1, "filename": "django-discord-integration-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7ebbe9533a9c30ee775edcf7d3b68f2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3363, "upload_time": "2019-05-14T01:29:50", "url": "https://files.pythonhosted.org/packages/0a/f6/9c30382d682ed008c292e1b7c21b8aed95cbea9e961b03d166f0f2a1703e/django-discord-integration-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "23fad88f7d3d404d286585fcd3877d0a", "sha256": "6ac089451b3bf1a33c269a08c9f4a2a0e17ca07e02d9376236be59c7af784aed" }, "downloads": -1, "filename": "django_discord_integration-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "23fad88f7d3d404d286585fcd3877d0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17771, "upload_time": "2019-07-22T21:06:06", "url": "https://files.pythonhosted.org/packages/d0/52/5becc90e3db664c0d0f12b4c2478318964a2659f06e20913142d6c180446/django_discord_integration-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae57b4bf13dc92948cc41742d2e50118", "sha256": "6e5010f67d107d5907a4c93617987a6ed095f1d6f2d3cd523420fa40948c399b" }, "downloads": -1, "filename": "django-discord-integration-1.0.2.tar.gz", "has_sig": false, "md5_digest": "ae57b4bf13dc92948cc41742d2e50118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3365, "upload_time": "2019-07-22T21:06:07", "url": "https://files.pythonhosted.org/packages/de/0a/d4e6704aedd0c65cea52f45d115c1d6ac77bd4cd04b83728afaea1c26e4c/django-discord-integration-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "29efe2496a5e1dd498701ebb25f911c5", "sha256": "108daf631db4ddecb35228af14941bc9c1a561ddacabbf899f875e68a8d71325" }, "downloads": -1, "filename": "django_discord_integration-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "29efe2496a5e1dd498701ebb25f911c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17753, "upload_time": "2019-10-06T02:47:17", "url": "https://files.pythonhosted.org/packages/7c/06/0376346d67b5a7475c8f1781684d6b2e7506d025564dfd8c493b1b919503/django_discord_integration-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d8f715d3470d9e1efef629432149faf", "sha256": "c17c087e8366fd7c8b855684ca56573e540a1820b813f449ddd4928df27a92b0" }, "downloads": -1, "filename": "django-discord-integration-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9d8f715d3470d9e1efef629432149faf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3366, "upload_time": "2019-10-06T02:47:19", "url": "https://files.pythonhosted.org/packages/23/28/48af18023fc869dffc61e14a1a672159abe8d293c2270cb05f0377158325/django-discord-integration-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29efe2496a5e1dd498701ebb25f911c5", "sha256": "108daf631db4ddecb35228af14941bc9c1a561ddacabbf899f875e68a8d71325" }, "downloads": -1, "filename": "django_discord_integration-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "29efe2496a5e1dd498701ebb25f911c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17753, "upload_time": "2019-10-06T02:47:17", "url": "https://files.pythonhosted.org/packages/7c/06/0376346d67b5a7475c8f1781684d6b2e7506d025564dfd8c493b1b919503/django_discord_integration-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d8f715d3470d9e1efef629432149faf", "sha256": "c17c087e8366fd7c8b855684ca56573e540a1820b813f449ddd4928df27a92b0" }, "downloads": -1, "filename": "django-discord-integration-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9d8f715d3470d9e1efef629432149faf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3366, "upload_time": "2019-10-06T02:47:19", "url": "https://files.pythonhosted.org/packages/23/28/48af18023fc869dffc61e14a1a672159abe8d293c2270cb05f0377158325/django-discord-integration-1.0.3.tar.gz" } ] }