django-slack

时间:2024-06-10 04:29:25
【文件属性】:

文件名称:django-slack

文件大小:157KB

文件格式:ZIP

更新时间:2024-06-10 04:29:25

Python

Django的松弛 概述 当前,Django Slack是与Slack API的错误记录集成。 设置它会将您所有的Django错误发送到您选择的Slack频道。 安装 pip install git+git://github.com/prontodev/django-slack.git Django设定范例 LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'filters': { 'require_debug_false': { '()': 'django.utils.log.RequireDebugFalse' } }, 'handlers': { 'mail_admins': {


【文件预览】:
django-slack-master
----setup.py(910B)
----.gitignore(709B)
----admin_scripts()
--------urls.py(299B)
--------__init__.py(0B)
--------broken_app()
--------models.py(380B)
--------complex_app()
--------app_with_import()
--------management()
--------custom_templates()
--------simple_app()
--------tests.py(80KB)
----templates()
--------500.html(17B)
--------base.html(2KB)
--------404.html(229B)
----requirements.txt(151B)
----.travis.yml(292B)
----slack()
--------settings()
--------urls.py(1KB)
--------__init__.py(0B)
--------utils.py(4KB)
--------tests()
--------wsgi.py(2KB)
----LICENSE(1KB)
----static()
--------fonts()
--------js()
--------css()
----README.md(1KB)
----README.rst(37B)
----CONTRIBUTORS.txt(74B)
----requirements()
--------base.txt(120B)
--------test.txt(57B)
--------local.txt(95B)
--------production.txt(142B)
----manage.py(254B)
----docs()
--------install.rst(88B)
--------Makefile(5KB)
--------index.rst(453B)
--------conf.py(8KB)
--------__init__.py(81B)
--------deploy.rst(87B)
--------make.bat(5KB)

网友评论